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
Hey Everyone, Do I Understand Correctly That There Is No Way To Enable "Access Rules" And "Users & Groups" Tabs In Webui For My Self-Hosted Clearml Server Using Some Sort Of Configuration File Since This Functionality Is Simply Not In The Free Open Source

Hey everyone,
Do I understand correctly that there is no way to enable "Access Rules" and "Users & Groups" tabs in WebUI for my self-hosted ClearML Server using some sort of configuration file since this functionality is simply not in the free open source version and is only implemented in the Enterprise version? I can't find any example config files on this and would appreciate if someone could point to documentation/example. I'm talking about this feature: https://clear.ml/docs/latest/docs/webapp/webapp_profile/#user-groups

  
  
Posted one year ago
Votes Newest

Answers


Hi UpsetSheep55 ,

Permissions feature is indeed exists only in the enterprise version. There are no examples for this since this an enterprise only feature.

  
  
Posted one year ago
593 Views
1 Answer
one year ago
one year ago
Tags