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

Reputation

0

Badges 1

37 × Eureka!
0 Votes
14 Answers
713 Views
0 Votes 14 Answers 713 Views
11 months ago
0 Votes
12 Answers
681 Views
0 Votes 12 Answers 681 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...
9 months ago
0 Votes
3 Answers
564 Views
0 Votes 3 Answers 564 Views
9 months ago
0 Votes
13 Answers
577 Views
0 Votes 13 Answers 577 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...
8 months ago
0 Votes
5 Answers
673 Views
0 Votes 5 Answers 673 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...
9 months ago
0 Votes
5 Answers
678 Views
0 Votes 5 Answers 678 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...
10 months ago
0 Votes
4 Answers
563 Views
0 Votes 4 Answers 563 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...
7 months ago
0 Votes
2 Answers
557 Views
0 Votes 2 Answers 557 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 ...
8 months ago
0 Votes
5 Answers
764 Views
0 Votes 5 Answers 764 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...
11 months ago
0 Votes
6 Answers
424 Views
0 Votes 6 Answers 424 Views
5 months ago