UserRoleName¶
- class UserRoleName(*values)[source]¶
Bases:
StrEnumEnumerates supported Supervisely user roles (e.g. admin, manager, annotator).
You can learn more about the roles in the User Roles documentation.
Methods
Check if a value is in the enum.
Get all values of the enum.
Attributes
Has full access in the team.
Similar to the admin, but can only remove entities created by themself and cannot invite new members to the team.
Has no access to things like Neural Networks, but can view and modify Projects & Labeling Jobs.
Same as Annotator, but can also create new labeling jobs.
Has access only to a single page, Labeling Jobs.
Can only view items in team.
- classmethod values()¶
Get all values of the enum.
-
ADMIN =
'admin'¶ Has full access in the team. Admin can invite new team members and remove entities created by the other team members.
-
ANNOTATOR =
'annotator'¶ Has access only to a single page, Labeling Jobs.
-
DEVELOPER =
'developer'¶ Similar to the admin, but can only remove entities created by themself and cannot invite new members to the team.
-
MANAGER =
'manager'¶ Has no access to things like Neural Networks, but can view and modify Projects & Labeling Jobs.
-
REVIEWER =
'reviewer'¶ Same as Annotator, but can also create new labeling jobs.
-
VIEWER =
'viewer'¶ Can only view items in team.