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
On The Clearml Web Interface You Obviously Need To Provide The Aws Credentials To Do Things Like Download Artifacts And Data Stored On Aws. One Thing I'M Curious About Is If You Do Provide The Credentials, When You Do Things Like Delete A Dataset Or Task,

On the ClearML web interface you obviously need to provide the AWS credentials to do things like download artifacts and data stored on AWS. One thing I'm curious about is if you do provide the credentials, when you do things like delete a dataset or task, will ClearML remove the corresponding folders and files on S3?

  
  
Posted 10 months ago
Votes Newest

Answers 5


I'm not self-hosting the server.

  
  
Posted 10 months ago

Hmm so the SaaS service ? and when you delete (not archive) a Task it does not ask for S3 credentials when you select delete artifacts ?

  
  
Posted 10 months ago

So far when I delete a task or dataset using the web interface that has artifacts on S3 it doesn't prompt me for credentials.

  
  
Posted 10 months ago

What's the clearml-server version ?

  
  
Posted 10 months ago

Hi @<1545216070686609408:profile|EnthusiasticCow4>

will ClearML remove the corresponding folders and files on S3?

Yes and it will ask you for credentials as well. I think there is a way to configure it so that the backend has access to it (somehow) but this breaks the "federated" approach

  
  
Posted 10 months ago
604 Views
5 Answers
10 months ago
10 months ago
Tags