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 20 days ago
Votes Newest

Answers 2


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

  
  
Posted 17 days ago

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

  
  
Posted 20 days ago
635 Views
2 Answers
20 days ago
17 days ago
Tags
aws