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
Hi Clearml Team, May I Ask Do I Have To Start An Agent On Services Mode Solely To Listen To The Queue Or Not If I Am Running On Clearml Hosted Server (Pro Tier)? My Use Case Is Full Automated Ml Pipeline Where I'D Like To Trigger Re-Train On Dataset Upda

Hi ClearML Team, may I ask do I have to start an agent on services mode solely to listen to the queue or not if I am running on ClearML hosted server (Pro Tier)? My use case is full automated ML pipeline where I'd like to trigger re-train on dataset update; if I read correctly on the documentation, that the ClearML server includes an agent on services mode, then I guess once the dataset is updated, the re-train pipeline will be enqueued automatically and run (the default agent will pick up the services queue). Thanks!

  
  
Posted 4 hours ago
Votes Newest

Answers

33 Views
0 Answers
4 hours ago
3 hours ago
Tags