Class DatasetLabelStats
- java.lang.Object
-
- software.amazon.awssdk.services.rekognition.model.DatasetLabelStats
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DatasetLabelStats.Builder,DatasetLabelStats>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDatasetLabelStats.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegerboundingBoxCount()The total number of images that have the label assigned to a bounding box.static DatasetLabelStats.Builderbuilder()IntegerentryCount()The total number of images that use the label.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DatasetLabelStats.Builder>serializableBuilderClass()DatasetLabelStats.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
entryCount
public final Integer entryCount()
The total number of images that use the label.
- Returns:
- The total number of images that use the label.
-
boundingBoxCount
public final Integer boundingBoxCount()
The total number of images that have the label assigned to a bounding box.
- Returns:
- The total number of images that have the label assigned to a bounding box.
-
toBuilder
public DatasetLabelStats.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DatasetLabelStats.Builder,DatasetLabelStats>
-
builder
public static DatasetLabelStats.Builder builder()
-
serializableBuilderClass
public static Class<? extends DatasetLabelStats.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-