Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions generated/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ docs/BBoxGeometry.md
docs/BBoxGeometryRequest.md
docs/BinaryClassificationResult.md
docs/BlankEnum.md
docs/BoundingBoxLabelEnum.md
docs/BoundingBoxModeConfiguration.md
docs/BoundingBoxResult.md
docs/ChannelEnum.md
Expand Down Expand Up @@ -96,6 +97,7 @@ groundlight_openapi_client/model/b_box_geometry.py
groundlight_openapi_client/model/b_box_geometry_request.py
groundlight_openapi_client/model/binary_classification_result.py
groundlight_openapi_client/model/blank_enum.py
groundlight_openapi_client/model/bounding_box_label_enum.py
groundlight_openapi_client/model/bounding_box_mode_configuration.py
groundlight_openapi_client/model/bounding_box_result.py
groundlight_openapi_client/model/channel_enum.py
Expand Down Expand Up @@ -154,4 +156,5 @@ setup.cfg
setup.py
test-requirements.txt
test/__init__.py
test/test_bounding_box_label_enum.py
tox.ini
1 change: 1 addition & 0 deletions generated/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ Class | Method | HTTP request | Description
- [BBoxGeometryRequest](docs/BBoxGeometryRequest.md)
- [BinaryClassificationResult](docs/BinaryClassificationResult.md)
- [BlankEnum](docs/BlankEnum.md)
- [BoundingBoxLabelEnum](docs/BoundingBoxLabelEnum.md)
- [BoundingBoxModeConfiguration](docs/BoundingBoxModeConfiguration.md)
- [BoundingBoxResult](docs/BoundingBoxResult.md)
- [ChannelEnum](docs/ChannelEnum.md)
Expand Down
11 changes: 11 additions & 0 deletions generated/docs/BoundingBoxLabelEnum.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# BoundingBoxLabelEnum


## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**value** | **str** | | must be one of ["NO_OBJECTS", "BOUNDING_BOX", "GREATER_THAN_MAX", "UNCLEAR", ]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


Loading
Loading