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! Is It Useful To Create A Model Monitoring And An Endpoint? An Endpoint Is Not Enough To Use Clearml-Serving?

Hi! Is it useful to create a model monitoring and an endpoint? An endpoint is not enough to use clearml-serving?

  
  
Posted one month ago
Votes Newest

Answers 2


Thank you for your answer, for the moment I am doing request_processor.add_endpoint(...) to create an endpoint to be used with triton engine. I do not need to do add_model_monitoring ? what is the advantage of adding a model monitoring instead of an endpoint?

  
  
Posted one month ago

Hi @<1683648242530652160:profile|ApprehensiveSeaturtle9> , monitoring is already built into it. However you don't have to actively use it and simply work with the endpoint.

  
  
Posted one month ago