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 Everyone! Thanks To The Dev For The Excellent Work, I'M Migrating Some Work Projects To Clearml And It Has Been A Great Experience So Far. There Is Just One Thing I Cannot Understand From The Documentation: Can I Set Execution Details For A Pipeline E


Yes! I was looking at it wrong. The task execution details are only there for logging previous execution.
To modify the execution of the next run I had to modify the clearml agent. In this case I added this to the clearml.conf of my agent (I only have one worker right now):
python_binary: "/usr/local/bin/python3.10"
ignore_requested_python_version: true

  
  
Posted 27 days ago
15 Views
0 Answers
27 days ago
27 days ago