public static interface DatasetLabelStats.Builder extends SdkPojo, CopyableBuilder<DatasetLabelStats.Builder,DatasetLabelStats>
| Modifier and Type | Method and Description |
|---|---|
DatasetLabelStats.Builder |
boundingBoxCount(Integer boundingBoxCount)
The total number of images that have the label assigned to a bounding box.
|
DatasetLabelStats.Builder |
entryCount(Integer entryCount)
The total number of images that use the label.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDatasetLabelStats.Builder entryCount(Integer entryCount)
The total number of images that use the label.
entryCount - The total number of images that use the label.DatasetLabelStats.Builder boundingBoxCount(Integer boundingBoxCount)
The total number of images that have the label assigned to a bounding box.
boundingBoxCount - The total number of images that have the label assigned to a bounding box.Copyright © 2022. All rights reserved.