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
I Noticed You Can Configure Aws In

I noticed you can configure AWS in docker-compose.yml for clearml server. Am I right that this cloud storage will be used by default if it's not configured in clearml.conf for the clearml agent?

  
  
Posted one year ago
Votes Newest

Answers


Hi BoredBat47 , I'm not sure. However I doubt that any remote agents would be taking such a configuration

  
  
Posted one year ago
575 Views
1 Answer
one year ago
one year ago
Tags
Similar posts