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
From The Docs It Is Not Clear Whether I Can Use The Clearml-Data Cli For Pushing/Pulling Data From A Remote Storage (E.G. Google Storage)

from the docs it is not clear whether I can use the clearml-data CLI for pushing/pulling data from a remote storage (e.g. google storage)
https://clear.ml/docs/latest/docs/clearml_data/clearml_data_cli

  
  
Posted one year ago
Votes Newest

Answers 2


Thanks, I guess I need to have a bucket under Cloud Storage?

  
  
Posted one year ago

Hi HurtWoodpecker30 , on clearml-data upload you can use the --storage tag to specify your GCS upload destination. If you configured clearml.conf properly, this should upload the data there 🙂
https://clear.ml/docs/latest/docs/clearml_data/clearml_data_cli/#upload

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