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
Using The S3 To Push Data, I Tried This Snippet.. How To Add In The Key And Secret Key ? I See That It Requires Another Class, Storagehelper, But I Wasnt Able To Find A Code Snippet

Using the s3 to push data, I tried this snippet..
How to add in the key and secret key ? I see that it requires another class, StorageHelper, but I wasnt able to find a code snippet

  
  
Posted 3 years ago
Votes Newest

Answers 2


Ah kk.. Got it. Thanks..

  
  
Posted 3 years ago

Hi DeliciousBluewhale87 ,

Do you have your credentials for the S3 bucket in your ~/clearml.conf file?

https://github.com/allegroai/clearml/blob/master/docs/clearml.conf#L76

  
  
Posted 3 years ago
575 Views
2 Answers
3 years ago
one year ago
Tags