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 Not Used Clearml Pipelines Much. Is There A Possibility To Trigger A Pipeline Based On Some Clearml Event? (Like Tagging An Experiment)

Hey I've not used clearml pipelines much. Is there a possibility to trigger a pipeline based on some clearml event? (like tagging an experiment)

  
  
Posted 2 years ago
Votes Newest

Answers 4


From my understanding, they are 🙂

  
  
Posted 2 years ago

nice! I was wondering whether we can trigger it by the UI, like "on publishing" an experiment

  
  
Posted 2 years ago

Hi PerplexedRaccoon19 , I think this is what you're looking for 🙂
None

  
  
Posted 2 years ago

Also CostlyOstrich36 - are these actions available for on prem OSS clearml-server deployments too?

  
  
Posted 2 years ago
1K Views
4 Answers
2 years ago
2 years ago
Tags