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! On The Dataset Tab, It Is Possible To Add Tags For Dataset Manually. Is There A Way To Add Tags Through The Code? When I Add Tags Through

Hello!
On the Dataset tab, it is possible to add tags for dataset manually. Is there a way to add tags through the code? When I add tags through

dataset = Dataset.create(
    dataset_project='my_project',
    dataset_name='test',
    dataset_tags=['my_tag']
)

these tags are added only to the dataset version.

  
  
Posted one year ago
Votes Newest

Answers 12


Hi @<1523701790044852224:profile|FreshParrot56> , you mean manually in the UI?

  
  
Posted one year ago

Are you using a locally-hosted server?

  
  
Posted one year ago

yes

  
  
Posted one year ago

no, sorry
WebApp: 1.9.2-317, Server: 1.9.2-317, API: 2.23

  
  
Posted one year ago

And what is the server version?

  
  
Posted one year ago

remote

  
  
Posted one year ago

1.9.1?

  
  
Posted one year ago

yes

  
  
Posted one year ago

when I create tags manually, they disappear after page refresh
clearml v1.9.1
image

  
  
Posted one year ago

@<1523701790044852224:profile|FreshParrot56> - Indeed a bug. We will fix this in the upcoming version - due in a few weeks

  
  
Posted one year ago

but you deployed it yourself?

  
  
Posted one year ago

thanks!

  
  
Posted one year ago
679 Views
12 Answers
one year ago
one year ago
Tags