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
ProudChicken98
Moderator
5 Questions, 11 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0

Badges 1

5 × Eureka!
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Sorry if I'm missing something, but how do I search for tags in the ClearML Hosted GUI App? For example, if I've tagged a model as in_production and want to ...
3 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
3 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
Is there a way to upload a dict object as a YAML artifact instead of a JSON?
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
I'm trying to use query_models in the Model() class to get back results based on the project_name , but I changed the project name in the ClearML hosted GUI ...
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
If I want to create a parameter that is a list, the text field gets very small in the gui. Is there a way to increase the size of the text input for fields o...
3 years ago