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
Hey, I Have A Question: I Got The Following Message: Trains_Agent: Error: Failed Getting Token (Error 401 From

hey, I have a question: I got the following message:
trains_agent: ERROR: Failed getting token (error 401 from http://192.168.40.210:8008 ): Unauthorized (invalid credentials) (failed to locate provided credentials)
On the server in my home directory is a file with name trains.conf. In this file are e.g. the git login data stored. But when I rename the file to e.g. trains2.conf the same error occurs.
where is it determined which file is used?

  
  
Posted 3 years ago
Votes Newest

Answers


Hi UnsightlySeagull42 ,
You can use the ClearML Agent --config-file command line switch, or the CLEARML_CONFIG_FILE environment variable to indicate which file should be used

  
  
Posted 3 years ago