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
ShakyJellyfish91
Moderator
4 Questions, 18 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0

Badges 1

18 × Eureka!
0 Votes
27 Answers
1K Views
0 Votes 27 Answers 1K Views
hello, Is there a way to update a task diff programatically? Eg, i'm creating a task using clearml.Task.create , often it doesn't properly get the git diff c...
3 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
hello, is there a way for the clearml agents to check for repository changes recursively? eg, our source is broken in serveral different submodules, clearml'...
3 years ago
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K Views
Is there a way to control how many parallel connections are used when downloading from azure.storage ? It seems clearml is using a single connection, that ta...
3 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
3 years ago