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
Hey Everyone Is There A Way To Have Metrics Upload To Default_Output_Uri Instead Of Fileserver? We'Re Self Hosting Clearml On Kubernetes And We'D Like To Completely Get Rid Of Fileserver And Have All Uploads (Metrics, Models, Artifacts Etc.) In One Place

Hey everyone

Is there a way to have metrics upload to default_output_uri instead of fileserver? We're self hosting ClearML on Kubernetes and we'd like to completely get rid of fileserver and have all uploads (metrics, models, artifacts etc.) in one place - Azure Blob storage.

  
  
Posted 2 months ago
Votes Newest

Answers


Hi @<1845635622748819456:profile|PetiteBat98> , metrics/scalars/console logs are not stored on the files server. They are all stored in Elastic/Mongo. Files server is not required to use. default_output_uri will point all artifacts to your Azure blob

  
  
Posted 2 months ago
292 Views
1 Answer
2 months ago
2 months ago
Tags