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 Everyone, I Wanna Implement Some Sort Of A Tool That Checks Every N Minutes For A New Data In Db Or Maybe S3 Bucket And Whenever The New Data Appears It Runs Some Preprocessing And Then Starts Training. Is It A Good Idea To Use Clearml Agent Services F

Hi everyone,
I wanna implement some sort of a tool that checks every N minutes for a new data in DB or maybe s3 bucket and whenever the new data appears it runs some preprocessing and then starts training. Is it a good idea to use ClearML Agent Services for such things?

  
  
Posted 3 years ago
Votes Newest

Answers 2


Hi ContemplativeGoat37

it a good idea to use ClearML Agent Services for such things?

Yes! it is exactly the kind of thing it was designed to do 🙂

  
  
Posted 3 years ago

great, thank you!

  
  
Posted 3 years ago
639 Views
2 Answers
3 years ago
one year ago
Tags