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
Hiya Guys, A Few Quick Questions The Clearml Server (Not The Self-Hosted One), Is There Somewhere I Can Read The Tos That Might Answer The Following Questions?

Hiya guys, a few quick questions

The clearML server (not the self-hosted one), is there somewhere I can read the ToS that might answer the following questions?

  • Who retains ownership of any data/models/etc. uploaded?
  • Who has access to any data/models/etc. uploaded?
  • Is it encrypted at any point in the process?
  
  
Posted 3 months ago
Votes Newest

Answers 2


Please see None (and specifically None Section 7).
Since all access is done using HTTPS, data is encrypted in transit, and specifically credentials are encrypted on the server.

  
  
Posted 3 months ago

Hi @<1663354533759160320:profile|ExhilaratedLizard23> , are you referring to the ClearML SaaS at app.clear.ml?

  
  
Posted 3 months ago
193 Views
2 Answers
3 months ago
3 months ago
Tags