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 All, Would Someone Be Able To Help Me Understand Data Security When Working With A Local Clearml Server? I'M Working On A Project With Sensitive Data, So I'Ve Deployed A Local Clearml Server, And I Need To Confirm Whether, With The Local Server, The D

Hi all, would someone be able to help me understand data security when working with a local ClearML server?

I'm working on a project with sensitive data, so I've deployed a local ClearML server, and I need to confirm whether, with the local server, the data and the artifacts that I log do not leave my local machine or get copied or backed up any where else. I think this is the case, but I haven't seen it explicitly stated anywhere. Could anyone help me confirm or disconfirm? And could you point me to references or places in the code that support your statement? Please let me know. Thank you!

  
  
Posted 15 hours ago
Votes Newest

Answers