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
Profile picture
StoutGorilla30
Moderator
6 Questions, 12 Answers
  Active since 11 May 2023
  Last activity one year ago

Reputation

0

Badges 1

9 × Eureka!
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Is there a way to serve a model via the SDK or REST API? I want to programmatically serve the model after finishing training it via the Pipeline. Or is it a ...
one year ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
Can i know how to remove an entry from running the command clearml-serving list? One of my service doesn't work anymore, and i want to remove it
one year ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
I'm trying to serve my model usign clearml-serving in kubernetes. I already added the endpoint, and i can see it in the DevOps project. Which pod am i suppos...
one year ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Is it necessary to serve keras model using triton engine? I'm trying to serve an endpoint, and trying to debug, but the error given not helping much. Is ther...
one year ago
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K Views
one year ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hi! I'm trying to setup clearML in a k8s cluster. Currently trying to install the clearML-serving via helm chart. It seems like the helm chart doesn't suppor...
one year ago