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
Hey Folks, We Are Trying To Utilize Clearml In Conjunction With Aws S3 With S3 Acting As The Storage Backend. It Currently Looks Like The Clearml Servers Are Not Leveraging The Native Functionality Of Versioning Available In S3 And Instead Using The Folde

Hey folks, we are trying to utilize ClearML in conjunction with AWS S3 with S3 acting as the storage backend. It currently looks like the ClearML servers are not leveraging the native functionality of versioning available in S3 and instead using the folder structure with IDs to identify dataset version. I don't think I was able to find anything in the documentation with respect to enabling the versioning flag on S3 for this. Can someone confirm if this is the expected behaviour?

  
  
Posted 6 months ago
Votes Newest

Answers 3


Hi @<1523701132025663488:profile|SlimyElephant79> , yes, currently ClearML uses the object storage's folder/key structure for that

  
  
Posted 6 months ago

Thanks @<1523701087100473344:profile|SuccessfulKoala55>

  
  
Posted 6 months ago

I'm curious about this too..

  
  
Posted 6 months ago
379 Views
3 Answers
6 months ago
6 months ago
Tags