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 Guys, I Have Been Looking In The New Version Of The Web App. I Have Several Models Deployed Through Clearml-Serving However, The New Model Endpoints Page Shows Nothing. I Couldn'T Find Much Info About That New Page, Is That Something That Is Supposed

Hi Guys,

I have been looking in the new version of the web app. I have several models deployed through clearml-serving however, the new Model Endpoints page shows nothing. I couldn't find much info about that new page, is that something that is supposed to work on the open source version?

  
  
Posted 3 months ago
Votes Newest

Answers 4


any timeline on this that you are aware of?

  
  
Posted 3 months ago

Hi @<1569858449813016576:profile|JumpyRaven4> , from my understanding this feature is yet to be supported by clearml-serving module itself and should be supported in the next release

  
  
Posted 3 months ago

oh

  
  
Posted 3 months ago

ok I see that now. Everything is there on the UI and webserver though so we went ahead and implemented ourselves on the clearml-serving piece.

  
  
Posted 3 months ago
406 Views
4 Answers
3 months ago
3 months ago
Tags