There was an error while loading. Please reload this page.
1 parent 8cc6076 commit cc00906Copy full SHA for cc00906
1 file changed
libs/labelbox/src/labelbox/schema/tool_building/classification.py
@@ -53,6 +53,7 @@ class Type(Enum):
53
TEXT = "text"
54
CHECKLIST = "checklist"
55
RADIO = "radio"
56
+ GROUP = "group"
57
58
class Scope(Enum):
59
GLOBAL = "global"
0 commit comments