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-Serving Will Automatically Serve Published Models From Your Clearml Model Repository, So The First Step Is Getting A Model Into Your Clearml Model Repository.

Clearml-Serving will automatically serve published models from your ClearML model repository, so the first step is getting a model into your ClearML model repository.published here means models published to clearml or models that are Published (first class Publish action) - I don’t see any relevant code that gets only models that are Published but seems to be fetching all versions of a model?

  
  
Posted 2 years ago
Votes Newest

Answers 8


it’s not implemented right,

I think we forgot to add it as an argument (the query models supports it, but it is not passed to the call)

  
  
Posted 2 years ago

Hi TrickySheep9
It should filter only "published" if required, this is the "ready" flag

  
  
Posted 2 years ago

Can you point me at the relevant code?

  
  
Posted 2 years ago

Actually this should be a flag

  
  
Posted 2 years ago

Ok it’s not implemented right, that’s what I was asking

  
  
Posted 2 years ago

I only see published getting preference, not a way to filter only to published

  
  
Posted 2 years ago