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 9 months ago

Reputation

0

Badges 1

37 × Eureka!
0 Votes
2 Answers
817 Views
0 Votes 2 Answers 817 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 ...
one year ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K 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...
one year ago
0 Votes
13 Answers
879 Views
0 Votes 13 Answers 879 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...
one year ago
0 Votes
5 Answers
945 Views
0 Votes 5 Answers 945 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
6 Answers
704 Views
0 Votes 6 Answers 704 Views
9 months ago
0 Votes
14 Answers
994 Views
0 Votes 14 Answers 994 Views
one year ago
0 Votes
4 Answers
801 Views
0 Votes 4 Answers 801 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...
11 months ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K 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
990 Views
0 Votes 12 Answers 990 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...
one year ago
0 Votes
3 Answers
840 Views
0 Votes 3 Answers 840 Views
one year ago