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, Is There A Way To Define The Path To The Config File The Python Library Will Use? Because I Am Running In My Machine Different Projects That Need To Be Logged To Different Instances Of Clearml Server.

Hi, Is there a way to define the path to the config file the python library will use? Because I am running in my machine different projects that need to be logged to different instances of ClearML Server.

  
  
Posted 2 years ago
Votes Newest

Answers 2


Hi SkinnyPanda43 ,
Yes, you can use the CLEARML_CONFIG_FILE environment variable, put the full path to the config file in it 🙂

  
  
Posted 2 years ago

Great. Thank you.

  
  
Posted 2 years ago