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
Hello Everyone! Is There A Way To Delete Clearml Task Tags Via Python Sdk? It Seems That I Can Only Remove Tags Through The Browser Interface

Hello everyone! Is there a way to delete ClearML task tags via python SDK? It seems that I can only remove tags through the browser interface 😢

Can anyone help me with this problem?

  
  
Posted 5 months ago
Votes Newest

Answers


Hi @<1562610703553007616:profile|CloudyCat50> , you can use Task.set_tags() to 're-set' tags and omit the tag you want removed.

  
  
Posted 5 months ago
241 Views
1 Answer
5 months ago
5 months ago
Tags