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
Unanswered
Hello Everyone! Is There A Way To Deploy Clearml Agent In Services Mode Using The K8S Glue Helm Chart?


not really, any agent can do that. The only thing different about a services agent is that it's usually running several tasks at the same time (glue agent does that anyway), and is usually configured to use cpu-only and not GPU (which you can control in the glue agent as well)

  
  
Posted one year ago
174 Views
0 Answers
one year ago
one year ago