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 19 hours ago
Votes Newest

Answers


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

  
  
Posted 19 hours ago
41 Views
1 Answer
19 hours ago
7 hours ago
Tags
aws