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
WobblyFrog79
Moderator
5 Questions, 25 Answers
  Active since 08 February 2025
  Last activity 15 days ago

Reputation

0

Badges 1

15 × Eureka!
0 Votes
1 Answers
110 Views
0 Votes 1 Answers 110 Views
Hello, I'm having issues with cloning a private repository that uses submodules with private repositories. I'm using CLEARML_AGENT_GIT_PASS and CLEARML_AGENT...
22 days ago
0 Votes
4 Answers
191 Views
0 Votes 4 Answers 191 Views
2 months ago
0 Votes
9 Answers
295 Views
0 Votes 9 Answers 295 Views
Hello, a question about pipelines. I have a repository with one pipeline using decorators, defined in pipeline.py . It uses multiple components that import c...
2 months ago
0 Votes
6 Answers
102 Views
0 Votes 6 Answers 102 Views
How to configure ClearML agent to keep pods around after they finish/fail? I want to debug a pod that crashes, but it gets deleted quickly
18 days ago
0 Votes
3 Answers
156 Views
0 Votes 3 Answers 156 Views
How can I access task IDs of tasks running within a PipelineDecorator.pipeline ? I know PipelineController has get_running_nodes method, but how to achieve t...
one month ago