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
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


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
101 Views
0 Answers
3 years ago
one year ago