Interface DatasetLabelStats.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DatasetLabelStats.Builder,
,DatasetLabelStats> SdkBuilder<DatasetLabelStats.Builder,
,DatasetLabelStats> SdkPojo
- Enclosing class:
DatasetLabelStats
public static interface DatasetLabelStats.Builder
extends SdkPojo, CopyableBuilder<DatasetLabelStats.Builder,DatasetLabelStats>
-
Method Summary
Modifier and TypeMethodDescriptionboundingBoxCount
(Integer boundingBoxCount) The total number of images that have the label assigned to a bounding box.entryCount
(Integer entryCount) The total number of images that use the label.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
entryCount
The total number of images that use the label.
- Parameters:
entryCount
- The total number of images that use the label.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
boundingBoxCount
The total number of images that have the label assigned to a bounding box.
- Parameters:
boundingBoxCount
- The total number of images that have the label assigned to a bounding box.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-