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
Hey, I’Ve Got A Question About Ci/Cd Orchestration In Clearml. Is There A Clear Example Of Ci In Action On Clearml That Someone May Have A Link To?

Hey, i’ve got a question about CI/CD orchestration in ClearML. Is there a clear example of CI in action on ClearML that someone may have a link to?

  
  
Posted 2 years ago
Votes Newest

Answers 4


SubstantialMonkey63 , Hi! What exactly are you looking for ? I think you might find some relevant things here https://github.com/allegroai/clearml/tree/master/examples

  
  
Posted 2 years ago

thank you!

  
  
Posted 2 years ago

Got it. There isnt native CI but you can call the API through the Python SDK to begin jobs

  
  
Posted 2 years ago
738 Views
4 Answers
2 years ago
one year ago
Tags