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
Hi, I Am Still Testing Clearml And Checking If It Is A Good Fit For The Use-Case I Have In Hand And I Was Checking

Hi,
I am still testing ClearML and checking if it is a good fit for the use-case I have in hand and I was checking clearml-serving , my question is is it correct that there is no python api for clearml-serving and there is only a cli tool ??

  
  
Posted one month ago
Votes Newest

Answers


Hi @<1729309137944186880:profile|GrittyBee73> , It has a python API used under the hood indeed:
None
examples on how to use it: None
None

  
  
Posted one month ago