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, Can I Default The Clearml Fileserver To A S3 Path?

Hi, can I default the ClearML fileserver to a s3 path?

  
  
Posted 2 years ago
Votes Newest

Answers 3


In the ClearML config that's being run by the ClearML container?

  
  
Posted 2 years ago

SubstantialElk6 , either that or the one mounted outside 🙂

  
  
Posted 2 years ago

SubstantialElk6 , Hi!

You can configure this in your ~/clearml.conf file.

The configurations are:
api.files_server: <S3_PATH>
sdk.development.default_output_uri: <S3_PATH>

Please note that you will need to also add your s3 credentials to ~/clearml.conf under sdk.aws.s3.credentials

  
  
Posted 2 years ago