Skip to content

Commit 01aef72

Browse files
author
Adrian Chang
committed
Add missing media types
1 parent d142f7b commit 01aef72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libs/labelbox/src/labelbox/schema/media_type.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ class MediaType(Enum):
2020
Unknown = "UNKNOWN"
2121
Unsupported = "UNSUPPORTED"
2222
Video = "VIDEO"
23+
Point_Cloud = "POINT_CLOUD"
24+
LLM = "LLM"
2325

2426
@classmethod
2527
def _missing_(cls, name):

0 commit comments

Comments
 (0)