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 Get Clearml.Conf Using Clearml Sdk? Tia

Hi,
is there a way to get clearml.conf using clearml sdk?
TIA

  
  
Posted one year ago
Votes Newest

Answers 4


clearml-agent, if you looking for clearml.conf, the place is '/root/default_clearml.conf'

  
  
Posted one year ago

hmm i want to make custom function that need credential registed on clearml.conf, like aws s3.
is clearml-agent have clearml.conf? where the path for that? i just test it, running using clearml-agent, but not found /root/clearml.conf

  
  
Posted one year ago

What is the use case of accessing clearml.conf during runtime?

  
  
Posted one year ago

I'm not sure. But you can access the clearml.conf file through code

  
  
Posted one year ago
1K Views
4 Answers
one year ago
one year ago
Tags
Similar posts