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, May I Ask If There Is A Good Way To Get The Details Under Clearml Task "Info" Tab (Output As Json/Python Dict) Using Python Codes?

hi, may i ask if there is a good way to get the details under ClearML Task "Info" tab (output as json/python dict) using python codes?

  
  
Posted one year ago
Votes Newest

Answers 2


Hi OddShrimp85 , you sure can! You can use the API. This one is useful for getting data about specific tasks. I think you'll have to sift through the response to find what you need 🙂

  
  
Posted one year ago
731 Views
2 Answers
one year ago
one year ago
Tags