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
WorriedSwan6
Moderator
4 Questions, 12 Answers
  Active since 22 July 2024
  Last activity one month ago

Reputation

0

Badges 1

10 × Eureka!
0 Votes
9 Answers
570 Views
0 Votes 9 Answers 570 Views
Hey, how can we control the pod of PipelineController not use the gpu? according to the documentation, the The pipeline controller lives as long as the pipel...
8 months ago
0 Votes
2 Answers
572 Views
0 Votes 2 Answers 572 Views
Hey, anyone know how to add a step with private repo? running this code: pipe.add_function_step( name='step3-test3', repo="https://${git_pass}
8 months ago
0 Votes
8 Answers
164 Views
0 Votes 8 Answers 164 Views
Hi everyone, I'm experiencing an issue with ClearML running on K8S. After upgrading the ClearML server helm chart from version 7.11.5, I'm seeing the followi...
one month ago
0 Votes
3 Answers
723 Views
0 Votes 3 Answers 723 Views
Hey, can someone help with using parameter in the pipeline? According to the documentation: pipe.add_parameter( name='pickle_url', description='url to pickle...
8 months ago