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
GorgeousShrimp11
Moderator
10 Questions, 42 Answers
  Active since 06 January 2024
  Last activity 7 months ago

Reputation

0

Badges 1

37 × Eureka!
0 Votes
6 Answers
552 Views
0 Votes 6 Answers 552 Views
7 months ago
0 Votes
3 Answers
687 Views
0 Votes 3 Answers 687 Views
11 months ago
0 Votes
5 Answers
910 Views
0 Votes 5 Answers 910 Views
Hi there, I am running a clearml-agent and now trying to run a pipeline on a schedule. When I try run the schedule using the queue assigned to the worker I'v...
one year ago
0 Votes
12 Answers
835 Views
0 Votes 12 Answers 835 Views
Hi there, we have a ClearML server and i have spun up an agent using a docker image (as we have private packages on AWS CodeArtifact that need installing). I...
11 months ago
0 Votes
13 Answers
715 Views
0 Votes 13 Answers 715 Views
How do you start an agent on the ClearML server with a specific clearml.conf file? ie. I am running something like this: clearml-agent daemon --queue forecas...
10 months ago
0 Votes
5 Answers
863 Views
0 Votes 5 Answers 863 Views
Hi, I have a worker running in services mode with --services-mode and using a Docker image. I did this as I need to run a pipeline with this agent running in...
11 months ago
0 Votes
5 Answers
805 Views
0 Votes 5 Answers 805 Views
Hi there, I am having issues executing a pipeline on a schedule . If I run the schedule with a simple function using schedule_function , it executes on the q...
one year ago
0 Votes
14 Answers
849 Views
0 Votes 14 Answers 849 Views
one year ago
0 Votes
4 Answers
674 Views
0 Votes 4 Answers 674 Views
Hi there, I want to get the URLs that are generated for the results and pipeline pages, as are logged here, as I want to use these elsewhere to reference the...
9 months ago
0 Votes
2 Answers
681 Views
0 Votes 2 Answers 681 Views
How does one add_tags to a pipeline? There is this function here: None But, I cannot figure out how to use it. I would like to automatically add_tags in the ...
10 months ago