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
Hello Clearml Team, Can We Set Environment Variable Which Actually Follows The Below Route From Clearml.Conf File?

Hello ClearML team,
Can we set environment variable which actually follows the below route from clearml.conf file?

api {
    files_server: "
"
}

sdk {
    aws {
        s3 {
            credentials: [
                {
                    host: ""
                    key: ""
                    secret: ""
                    multipart: false
                    secure: true
                }
            ]
        }
    }
}

Note: We need clearml env for every key in the above. multipart and secure is also required. Thanks!!

  
  
Posted 2 months ago
Votes Newest

Answers 3


Basically we want to avoid having .conf file and it would be great in automation.

  
  
Posted 2 months ago

Hi @<1709740168430227456:profile|HomelyBluewhale47> , you can use CLEARML_FILES_HOST env variable to point to it - None

  
  
Posted one month ago

Hi I had a question regarding this configuration, does this make it so that all files are stored in s3 and if yes, do all machines that use clearml data (basically read/write to the fileserver) , require the creds for the s3 bucket or is it only required by the clearml server (web server) itself.

  
  
Posted 22 days ago
803 Views
3 Answers
2 months ago
21 days ago
Tags
aws