File tree Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Labelbox Python API reference
2
2
===================================
3
3
4
4
.. toctree ::
5
- :maxdepth: 2
5
+ :maxdepth: 3
6
6
:caption: Contents:
7
7
8
8
Client
@@ -235,3 +235,33 @@ Identifiables
235
235
.. automodule :: labelbox.schema.identifiables
236
236
:members:
237
237
:show-inheritance:
238
+
239
+ ConflictResolutionStrategy
240
+ ---------------------------
241
+ .. automodule :: labelbox.schema.conflict_resolution_strategy
242
+ :members:
243
+ :show-inheritance:
244
+
245
+ FoundryClient
246
+ ---------------------------
247
+ .. automodule :: labelbox.schema.foundry.foundry_client
248
+ :members:
249
+ :show-inheritance:
250
+
251
+ App
252
+ ---------------------------
253
+ .. automodule :: labelbox.schema.foundry.app
254
+ :members:
255
+ :show-inheritance:
256
+
257
+ FoundryModel
258
+ ---------------------------
259
+ .. automodule :: labelbox.schema.foundry.model
260
+ :members:
261
+ :show-inheritance:
262
+
263
+ SendToAnnotateParams
264
+ ---------------------------
265
+ .. automodule :: labelbox.schema.send_to_annotate_params
266
+ :members:
267
+ :show-inheritance:
Original file line number Diff line number Diff line change 5
5
class IdType (str , Enum ):
6
6
"""
7
7
The type of id used to identify a data row.
8
+
8
9
Currently supported types are:
9
10
- DataRowId: The id assigned to a data row by Labelbox.
10
11
- GlobalKey: The id assigned to a data row by the user.
You can’t perform that action at this time.
0 commit comments