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
Is There A Way To Add A Free-Text Field To A Task, E.G. A Human Readable Description Of What The User Trained?

Is there a way to add a free-text field to a Task, e.g. a human readable description of what the user trained?

  
  
Posted one year ago
Votes Newest

Answers 2


Hi CourageousKoala93 ! Have you tried https://clear.ml/docs/latest/docs/references/sdk/task#set_comment by any chance? There's a description field under the info tab 🙂

  
  
Posted one year ago

Thanks!

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