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
SmallPigeon24
Moderator
6 Questions, 13 Answers
  Active since 07 February 2023
  Last activity one year ago

Reputation

0

Badges 1

13 × Eureka!
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hi Does anyone know how can it be that task.last_worker returns None ?
2 years ago
0 Votes
11 Answers
1K Views
0 Votes 11 Answers 1K Views
2 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
Hello all, Does anyone know how to change the ID of a running agent? Or create an agent with a predetermined ID?
2 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hello all, another question I have: In my pipeline, my last step is skipped instead of running. Why? How can I unskip it? Just to be clear, the parent steps ...
2 years ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
Hi all I am would like to somehow prevent clearml caching from caching a task that hasn't uploaded artifacts (using cache_executed_step in add_step )? Can th...
one year ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hello all For some reason, whenever I start a pipeline it starts two runs at the same time, which ruins one task. When I abort one such pipeline run, I get "...
2 years ago