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
Hi Everyone, My Team Used To Store Artifacts (Model, Data, Etc.) Outside The Clearml Server, S3 For Example. Now, We’Ve Decided To Move All Artifacts To Another Bucket. The Problem Is This Will Cause The Mismatch Between The Actual Uris Pointed To The Ar

Hi everyone,

My team used to store artifacts (model, data, etc.) outside the ClearML server, S3 for example. Now, we’ve decided to move all artifacts to another bucket.
The problem is this will cause the mismatch between the actual URIs pointed to the artifacts and the URIs stored and managed by the ClearML server.
Is it possible to change all the URIs on the ClearML server to match the new destination bucket?

Thanks!

  
  
Posted 2 years ago
Votes Newest

Answers 4


Hi GrittyKangaroo27 , yeah, it's possible using a maintenance script you can run on the server itself. There was a similar question some time ago, I'll try to find it with the example script I've shared there 🙂

  
  
Posted 2 years ago

So here's an example for models (stored in the mongodb): https://clearml.slack.com/archives/CTK20V944/p1618471688490400

  
  
Posted 2 years ago

Awesome! Thanks! SuccessfulKoala55

  
  
Posted 2 years ago
617 Views
4 Answers
2 years ago
one year ago
Tags