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

Reputation

0

Badges 1

25 × Eureka!
0 Votes
12 Answers
1K Views
0 Votes 12 Answers 1K Views
I’m a total beginner with Kubernetes and somewhat new to ClearML. I can’t seem to get the server setup on AWS EKS. I’ve created an EKS cluster and node. I ca...
2 years ago
0 Votes
17 Answers
1K Views
0 Votes 17 Answers 1K Views
Running this code from inside a docker container locally: models = Model.query_models(project_name="foo-project-name", tags=target_tags, only_published=True)...
2 years ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
2 years ago
0 Votes
15 Answers
1K Views
0 Votes 15 Answers 1K Views
I’m trying to get a copy of a model through ClearML which is stored in S3: from clearml import Model models = Model.query_models(project_name="example_projec...
2 years ago