@Generated(value="software.amazon.awssdk:codegen") public final class DatasetLabelStats extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DatasetLabelStats.Builder,DatasetLabelStats>
Statistics about a label used in a dataset. For more information, see DatasetLabelDescription.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DatasetLabelStats.Builder |
| Modifier and Type | Method and Description |
|---|---|
Integer |
boundingBoxCount()
The total number of images that have the label assigned to a bounding box.
|
static DatasetLabelStats.Builder |
builder() |
Integer |
entryCount()
The total number of images that use the label.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DatasetLabelStats.Builder> |
serializableBuilderClass() |
DatasetLabelStats.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer entryCount()
The total number of images that use the label.
public final Integer boundingBoxCount()
The total number of images that have the label assigned to a bounding box.
public DatasetLabelStats.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DatasetLabelStats.Builder,DatasetLabelStats>public static DatasetLabelStats.Builder builder()
public static Class<? extends DatasetLabelStats.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.