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 0d37fc6 commit 6af82d2Copy full SHA for 6af82d2
labelbox/schema/media_type.py
@@ -10,16 +10,16 @@ class MediaType(Enum):
10
Html = "HTML"
11
Image = "IMAGE"
12
Json = "JSON"
13
+ LLMPromptCreation = "LLM_PROMPT_CREATION"
14
+ LLMPromptResponseCreation = "LLM_PROMPT_RESPONSE_CREATION"
15
Pdf = "PDF"
16
Simple_Tile = "TMS_SIMPLE"
17
Text = "TEXT"
18
Tms_Geo = "TMS_GEO"
19
Tms_Simple = "TMS_SIMPLE"
- Video = "VIDEO"
20
Unknown = "UNKNOWN"
21
Unsupported = "UNSUPPORTED"
- LLMPromptCreation = "LLM_PROMPT_CREATION"
22
- LLMPromptResponseCreation = "LLM_PROMPT_RESPONSE_CREATION"
+ Video = "VIDEO"
23
24
@classmethod
25
def _missing_(cls, name):
0 commit comments