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
Answered
Clearml Provides Api'S To Create Pipelines And Deploy Models ?

clearML provides API's to create pipelines and deploy models ?

  
  
Posted 2 years ago
Votes Newest

Answers 3


And regarding model deployment you mean serving the model through a serving engine such as triton?

  
  
Posted 2 years ago

Hmmmmm do you have a specific usecase in mind? I think pipelines are created only through the SDK but I might be wrong

  
  
Posted 2 years ago

yes

  
  
Posted 2 years ago
548 Views
3 Answers
2 years ago
one year ago
Tags