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
Unanswered
Can Azure Managed Identity (Equivalent To Aws Instance-Profile) Be Used By Clearml Web Server And Clearml-Agent ? If I Assigned The Appropriate Managed Identity To The Instance That Run The Clearml Web Server, It Can Access To The Corresponding Azure Blob

Can Azure Managed identity (equivalent to AWS instance-profile) be used by Clearml Web server and clearml-agent ?
If I assigned the appropriate Managed Identity to the instance that run the clearml web server, it can access to the corresponding Azure blob storage without passing secret around ? So that the clearml web server can access to plot and debug sample stored in that azure blob storage ?
Same for clearml-agent: if the instance that is running the clearml-agent is assigned a managed identity. Can it use that in order to stored model artifact to azure blob storage without the need to populating credentials in clearml.conf file ?

  
  
Posted 8 months ago
Votes Newest

Answers

544 Views
0 Answers
8 months ago
8 months ago
Tags