We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6520316 commit 67b1467Copy full SHA for 67b1467
libs/labelbox/src/labelbox/alignerr/alignerr_project.py
@@ -27,6 +27,9 @@ class AlignerrRole(Enum):
27
Labeler = "LABELER"
28
Reviewer = "REVIEWER"
29
Admin = "ADMIN"
30
+ ProjectCoordinator = "PROJECT_COORDINATOR"
31
+ AlignerrLabeler = "ALIGNERR_LABELER"
32
+ EndLabellingRole = "ENDLABELLINGROLE"
33
34
35
class AlignerrProject:
0 commit comments