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, How Is The Priority Of The Configuration Like? Which One Takes Precedence? For Example, Output_Uri

Hi, how is the priority of the configuration like? Which one takes precedence?
For example, output_uri
default_output_uri in clearml.conf on client files_server in configuration vault on server --outputUri on client (e.g. clearml-data --output_uri) output_uri on code (e.g. Dataset.create(output_uri=)

  
  
Posted one year ago
Votes Newest

Answers


HI SubstantialElk6 ,

If I'm not mistaken the order is as goes:
output_uri (Both code and CLI) Configurations vault default_output_uri in clearml.conf

  
  
Posted one year ago
639 Views
1 Answer
one year ago
one year ago
Tags