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 There! I Would Like To Use The Function

Hey there! I would like to use the function task.set_project in the following way:
my_task.set_project("Top level project/second level project") `` Top level project exists, but not second level project . I was expecting the function to create the necessary projects/subprojects, but it doesn’t. It only sets the project to Top level project . My sdk is up to date. How can I achieve this behaviour?

  
  
Posted one year ago
Votes Newest

Answers 2


Hi JitteryCoyote63 , I think this is what you're looking for:
https://clear.ml/docs/latest/docs/references/sdk/task#move_to_project

  
  
Posted one year ago

that’s perfect, thanks!

  
  
Posted one year ago