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, After I Create My Clearml.Conf File With

Hi, after I create my clearml.conf file with clearml-agent init I edit the azure.storage field afterwards to put there account_name and account_key , is there a way to somehow pass that as argument to the clearml-agent init command so I can skip the step of editing manually the file afterwards? I couldn't find anything in documentation about that.

  
  
Posted 10 months ago
Votes Newest

Answers 2


Hi @<1566596960691949568:profile|UpsetWalrus59> , I don't think you can pass it to clearml-agent init since this doesn't come up as any of the prompts, BUT, you can always create the file manually with all the fields filled in. What do you think?

  
  
Posted 10 months ago

Yes, that could be a workaround, thank you

  
  
Posted 10 months ago