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 Everyone! Is There A Possibility To Move Artifacts From Existing Tasks To Another Storage Host? We Have A Number Of Datasets On

Hey everyone!
Is there a possibility to move artifacts from existing tasks to another storage host? We have a number of datasets on files.clear.ml and would like to move them over to s3, without losing the entire dataset version history, i.e. without cloning or rerunning tasks. I could not find anything in the docs or code that would allow something like that.
If it is impossible, it would also be good to know. 😄
Cheers!

  
  
Posted 9 months ago
Votes Newest

Answers


Hi @<1523702439230836736:profile|HomelyShells16> , I'm afraid that's not really possible since the links themselves are saved on the backend

  
  
Posted 9 months ago
561 Views
1 Answer
9 months ago
9 months ago
Tags