Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Profile picture
GiddyTurkey39
Moderator
12 Questions, 42 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

42 × Eureka!
0 Votes
11 Answers
957 Views
0 Votes 11 Answers 957 Views
When launching a task to trains agent, I'm having trouble getting the imports from other files working correctly. For instance, if my task imports a function...
4 years ago
0 Votes
18 Answers
931 Views
0 Votes 18 Answers 931 Views
Hi, I'm configuring an agent. After pasting the credentials, I get: Error: could not verify credentials . I tried entering the user access key and secret key...
3 years ago
0 Votes
6 Answers
963 Views
0 Votes 6 Answers 963 Views
Can trains-server be deployed on GKE?
4 years ago
0 Votes
22 Answers
929 Views
0 Votes 22 Answers 929 Views
Is there any way to clear the installed packages of a task programmatically? (i.e. using the python sdk and not the UI)
3 years ago
0 Votes
5 Answers
947 Views
0 Votes 5 Answers 947 Views
Hi, I'm trying to get an understanding of how Pipeline Controller works since there's currently no documentation for it as of now and it hasn't been released...
4 years ago
0 Votes
9 Answers
1K Views
0 Votes 9 Answers 1K Views
I want to execute a script via trains-agent, but I want to be able to provide the location of a config file by specifying the path before trains-agent execut...
3 years ago
0 Votes
3 Answers
999 Views
0 Votes 3 Answers 999 Views
Trying to make a pipeline through PipelineController but running into this error: ModuleNotFoundError: No module named 'trains.automation.controller'; has th...
4 years ago
0 Votes
4 Answers
879 Views
0 Votes 4 Answers 879 Views
How do I delete artifacts? Do I have to delete the task in order to delete an artifact? Is there a way to independently delete artifacts without deleting the...
4 years ago
0 Votes
7 Answers
876 Views
0 Votes 7 Answers 876 Views
How can I execute jupyter notebooks using trains-agent ? My notebook is committed to a git repo. I'm creating different tasks throughout the notebook and exe...
4 years ago
0 Votes
1 Answers
816 Views
0 Votes 1 Answers 816 Views
Is there any way to send an http request to trains server with a configuration string of some sort to be passed in as a parameter to a Pipeline or Task?
4 years ago
0 Votes
1 Answers
942 Views
0 Votes 1 Answers 942 Views
Hello, I have a question regarding custom modules- How can I successfully import my own modules(from other folders within the same root directory) in the ven...
4 years ago
0 Votes
13 Answers
946 Views
0 Votes 13 Answers 946 Views
How do I access the trains-server web UI on gcp? I followed the steps here: https://allegro.ai/docs/deploying_trains/trains_server_gcp/ and I go to the exter...
4 years ago