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
How Can I Make Sure That S3 Artifacts Will Be Deleted, When I Delete An Experiment From Ui? Credentials For S3 With Write-Permission Are Set Up In Ui, But I Still See

how can I make sure that S3 artifacts will be deleted, when I delete an experiment from UI? Credentials for S3 with write-permission are set up in UI, but I still see The following artifacts were not deleted: every time

  
  
Posted one year ago
Votes Newest

Answers 2


Hi FiercePenguin76 ,
Currently the UI does not support deleting these artifacts (usually the credentials provided to the UI are read-only credentials in most use-cases), so the message showing what was not deleted is actually to let you copy/paste them and delete using a script (or manually).
We do plan that for the coming versions.

  
  
Posted one year ago

that’s a pity =(

  
  
Posted one year ago
697 Views
2 Answers
one year ago
one year ago
Tags
Similar posts