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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DatasetLabelStats.BuilderboundingBoxCount(Integer boundingBoxCount)The total number of images that have the label assigned to a bounding box.DatasetLabelStats.BuilderentryCount(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 Detail
-
entryCount
DatasetLabelStats.Builder entryCount(Integer 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
DatasetLabelStats.Builder boundingBoxCount(Integer 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.
-
-