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
GrotesqueDog77
Moderator
5 Questions, 31 Answers
  Active since 10 January 2023
  Last activity 5 months ago

Reputation

0

Badges 1

28 × Eureka!
0 Votes
28 Answers
561 Views
0 Votes 28 Answers 561 Views
Hi all! I have a question about pipelines. My pipeline consists of several steps: run some computations and generate image of confusion matrix path image pat...
one year ago
0 Votes
2 Answers
563 Views
0 Votes 2 Answers 563 Views
Hello everyone! I'm trying to add functionality where I need to rotate artifacts. Psedocode: task = Task(...) task.upload_artifact(path)and after some time I...
one year ago
0 Votes
11 Answers
600 Views
0 Votes 11 Answers 600 Views
Hello everyone! Does anyone use pipelines? I have the issue with the logger. Scenario: I have pipeline defined with set of pipeline.add_function_step at some...
one year ago
0 Votes
3 Answers
269 Views
0 Votes 3 Answers 269 Views
Hi! I'm trying to report plotly figure to the output model, but the api does not have this functionality yet (for Model ). From the code of Task reporting I ...
5 months ago
0 Votes
18 Answers
721 Views
0 Votes 18 Answers 721 Views
Hello everyone! I'm trying to use arguments with the pipeline but can not make it work. My case is defined PipelineController add_parameter("docker_image") w...
one year ago