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
Hi Community, When I Configure A


Hi @<1523701132025663488:profile|SlimyElephant79> , to answer your questions:

  • Does ClearML store any dataset outside of this S3 storage (and local storage) for preview or compression purposes?Some preview data might be stored inside mongodb (if it's a table for example). This of course can be disabled so no data/previews are exposed to the ClearML backend.

  • Are any data packets related to model or data versioning routed through the API server? (We are pretty confident it shouldn't, but just want to be sure from a security standpoint)Nothing is ever routed via the API server. Actions are always performed by the SDK and the backend only stores references to the data i.e. links

  
  
Posted 9 months ago
82 Views
0 Answers
9 months ago
9 months ago