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
22===================================
33
44.. toctree ::
5- :maxdepth: 2
5+ :maxdepth: 3
66 :caption: Contents:
77
88Client
@@ -235,3 +235,33 @@ Identifiables
235235.. automodule :: labelbox.schema.identifiables
236236 :members:
237237 :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 55class IdType (str , Enum ):
66 """
77 The type of id used to identify a data row.
8+
89 Currently supported types are:
910 - DataRowId: The id assigned to a data row by Labelbox.
1011 - GlobalKey: The id assigned to a data row by the user.
You can’t perform that action at this time.
0 commit comments