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
Profile picture
DisturbedReindeer69
Moderator
2 Questions, 2 Answers
  Active since 10 April 2025
  Last activity 4 months ago

Reputation

0

Badges 1

2 × Eureka!
0 Votes
2 Answers
671 Views
0 Votes 2 Answers 671 Views
4 months ago
0 Votes
5 Answers
443 Views
0 Votes 5 Answers 443 Views
Hi everyone! I'm new to ClearML and I'm facing an issue. I want to use clearml-data to upload a dataset to a remote storage disk. Currently, when I run: clea...
4 months ago
0 Hi Everyone!

Do you know how to do it when the disk is mounted to an external server instead of a local one?

4 months ago
0 Hi Everyone!

thank you for your answer! I tried the --output-uri parameter but it doesn't answer my request, it doesn't allow to change the path to another storage location:
It needs a URI (Uniform Resource Identifier) that tells ClearML how and where to store your dataset.
It could be:

  • file:///path/to/local/folder – for local disk paths.
  • None – for AWS S3 storage.
  • http(s)://... – for web-based storage.
  • clearml://... – to use ClearML’s default file s...
4 months ago