Skip to content

Commit 8a2cf58

Browse files
committed
regenerate
1 parent fc88b92 commit 8a2cf58

File tree

82 files changed

+5924
-5618
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+5924
-5618
lines changed

generated/.openapi-generator/FILES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ docs/BBoxGeometry.md
1010
docs/BBoxGeometryRequest.md
1111
docs/BinaryClassificationResult.md
1212
docs/BlankEnum.md
13+
docs/BoundingBoxLabelEnum.md
1314
docs/BoundingBoxModeConfiguration.md
1415
docs/BoundingBoxResult.md
1516
docs/ChannelEnum.md
@@ -96,6 +97,7 @@ groundlight_openapi_client/model/b_box_geometry.py
9697
groundlight_openapi_client/model/b_box_geometry_request.py
9798
groundlight_openapi_client/model/binary_classification_result.py
9899
groundlight_openapi_client/model/blank_enum.py
100+
groundlight_openapi_client/model/bounding_box_label_enum.py
99101
groundlight_openapi_client/model/bounding_box_mode_configuration.py
100102
groundlight_openapi_client/model/bounding_box_result.py
101103
groundlight_openapi_client/model/channel_enum.py
@@ -154,4 +156,5 @@ setup.cfg
154156
setup.py
155157
test-requirements.txt
156158
test/__init__.py
159+
test/test_bounding_box_label_enum.py
157160
tox.ini

generated/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ Class | Method | HTTP request | Description
154154
- [BBoxGeometryRequest](docs/BBoxGeometryRequest.md)
155155
- [BinaryClassificationResult](docs/BinaryClassificationResult.md)
156156
- [BlankEnum](docs/BlankEnum.md)
157+
- [BoundingBoxLabelEnum](docs/BoundingBoxLabelEnum.md)
157158
- [BoundingBoxModeConfiguration](docs/BoundingBoxModeConfiguration.md)
158159
- [BoundingBoxResult](docs/BoundingBoxResult.md)
159160
- [ChannelEnum](docs/ChannelEnum.md)
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# BoundingBoxLabelEnum
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**value** | **str** | | must be one of ["NO_OBJECTS", "BOUNDING_BOX", "GREATER_THAN_MAX", "UNCLEAR", ]
8+
9+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
10+
11+

0 commit comments

Comments
 (0)