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, Could Somebody Please Confirm If The

Hi, could somebody please confirm if the output_uri parameter for creating Dataset in Azure is in the form:
"azure://<storage-account-name>. blob.core.windows.net/ <bucket-name>" ?

  
  
Posted 11 months ago
Votes Newest

Answers 4


just noticed that even though I put the correct credentials in place, I didn't notice that the whole segment is commented by default :face_palm: it works now, thanks 😁

  
  
Posted 11 months ago

Can you please share how you configured the credentials?

  
  
Posted 11 months ago

Thank you John for confirmation. I am getting clearml.storage.helper.StorageError: Can't find azure configuration for azure://...
I did put the storage account name and key in the clearml.conf file as indicated in the documentation and the uri seems to be correct, do you have any idea what I might be missing?

  
  
Posted 11 months ago

Hi @<1566596960691949568:profile|UpsetWalrus59> , looks right to me 🙂

  
  
Posted 11 months ago