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! How Can I Correctly Export Data (Datasets, Artifacts, Etc.) From One Clearml Server Docker Compose ( Local File Servrer) To Another Clear Ml Server Docker Compose, Where The Data Will Be Stored In S3 Minio? Thank You For Your Reply!

Hi! How can I correctly export data (datasets, artifacts, etc.) from one ClearML server docker compose ( local file servrer) to another Clear ML server docker compose, where the data will be stored in S3 minio? Thank you for your reply!

  
  
Posted 16 days ago
Votes Newest

Answers


Hi @<1867378888519192576:profile|SkinnyHare71> , ClearML holds links to the data, so you would need to change/redirect those links to the new server. My guess is that you would need some script that would change the links to the new server address

  
  
Posted 14 days ago