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 2d8529b commit 78e3c69Copy full SHA for 78e3c69
labelbox/schema/identifiables.py
@@ -5,6 +5,7 @@
5
class IdType(str, Enum):
6
"""
7
The type of id used to identify a data row.
8
+
9
Currently supported types are:
10
- DataRowId: The id assigned to a data row by Labelbox.
11
- GlobalKey: The id assigned to a data row by the user.
0 commit comments