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, We Are Currently Using The Self-Deployed Kubernetes-Based Clearml And Clearml-Serving. We Recently Updated To The Latest Helm Charts. Although We Have Multiple Model Serving Endpoints Activated And A Running Serving Instance Showing Up In The Devops

Hi,

We are currently using the self-deployed Kubernetes-based Clearml and Clearml-Serving. We recently updated to the latest Helm charts. Although we have multiple model serving endpoints activated and a running serving instance showing up in the DevOps project, the Model Endpoint tab is empty and does not list any model endpoints. Is there something we are missing or do we need to configure something new to activate this feature? Is Prometheus needed for this to work (I had a look into the code and it seems that these values should be saved in redis)?

The model monitoring object of the serving control plane is empty, but I don't see the option to configure it. Is this related to monitoring?
image

  
  
Posted 14 hours ago
Votes Newest

Answers


Hi @<1717350310768283648:profile|SplendidFlamingo62> , the clearml serving component reporting to the endpoints section is still not released, and will be released soon, apologies for the confusion!

  
  
Posted 7 hours ago