@Generated(value="software.amazon.awssdk:codegen") public final class DatasetStats extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DatasetStats.Builder,DatasetStats>
Provides statistics about a dataset. For more information, see DescribeDataset.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DatasetStats.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DatasetStats.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Integer |
errorEntries()
The total number of entries that contain at least one error.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
labeledEntries()
The total number of images in the dataset that have labels.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DatasetStats.Builder> |
serializableBuilderClass() |
DatasetStats.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
totalEntries()
The total number of images in the dataset.
|
Integer |
totalLabels()
The total number of labels declared in the dataset.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer labeledEntries()
The total number of images in the dataset that have labels.
public final Integer totalEntries()
The total number of images in the dataset.
public final Integer totalLabels()
The total number of labels declared in the dataset.
public final Integer errorEntries()
The total number of entries that contain at least one error.
public DatasetStats.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DatasetStats.Builder,DatasetStats>public static DatasetStats.Builder builder()
public static Class<? extends DatasetStats.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.