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
Env Variables For Clear Ml Stayed Branded As Trains? Such As Trains_Host_Ip Not Clearml_Host_Ip?

env variables for clear ml stayed branded as TRAINS? such as TRAINS_HOST_IP not CLEARML_HOST_IP?

  
  
Posted 3 years ago
Votes Newest

Answers 4


Hi YummyMoth34 ,
For backwards-compatibility, we still support the TRAINS_ prefix, but all env vars should support the CLEARML_ prefix as well. For example, both CLEARML_API_HOST and TRAINSOST

  
  
Posted 3 years ago

how about your local config file

  
  
Posted 3 years ago

trains.conf ? or clearml.conf

  
  
Posted 3 years ago

The same, both supported

  
  
Posted 3 years ago
588 Views
4 Answers
3 years ago
one year ago
Tags