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, Is It Possible To Change The Url Of Artifacts In Clearml Tasks ? (Following A Migration, The File Has Been Migrated But The Artifact Has The Old Url/Hostname)

hi, is it possible to change the url of artifacts in clearml tasks ? (following a migration, the file has been migrated but the artifact has the old url/hostname)

  
  
Posted one year ago
Votes Newest

Answers 5


thanks!

  
  
Posted one year ago

Hi VirtuousFish83 , there are a few reference maintenance scripts in threads here and in the clearml server GitHub issues

  
  
Posted one year ago

Yeah, there are a few for that as well somewhere.... I'll try to find them 🙂

  
  
Posted one year ago

I used scripts like https://github.com/allegroai/clearml-server/issues/83 previously for images but it doesn't migrate artifacts urls

  
  
Posted one year ago