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

Reputation

0

Badges 1

37 × Eureka!
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
14 Answers
937 Views
0 Votes 14 Answers 937 Views
one year ago
0 Votes
2 Answers
779 Views
0 Votes 2 Answers 779 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
3 Answers
784 Views
0 Votes 3 Answers 784 Views
one year ago
0 Votes
12 Answers
937 Views
0 Votes 12 Answers 937 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
13 Answers
819 Views
0 Votes 13 Answers 819 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...
11 months 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
4 Answers
754 Views
0 Votes 4 Answers 754 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...
10 months ago
0 Votes
5 Answers
890 Views
0 Votes 5 Answers 890 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
654 Views
0 Votes 6 Answers 654 Views
9 months ago