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
DelightfulArcticwolf22
Moderator
5 Questions, 11 Answers
  Active since 08 June 2023
  Last activity one year ago

Reputation

0

Badges 1

11 × Eureka!
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
one year ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
How can I tell clearml-agent not to run pip install unless my requierments.txt file was changed. It seems to run pip install every time I run a task although...
one year ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
one year ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
one year ago
0 Votes
13 Answers
2K Views
0 Votes 13 Answers 2K Views
Hi All, Is there a way to make agents that run as root, to execute the code tasks and of pipeline steps, as the user that executed the pipeline or task code ...
one year ago