| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
DatasetStats |
DatasetStats.clone() |
DatasetStats |
DatasetDescription.getDatasetStats()
The status message code for the dataset.
|
DatasetStats |
DatasetStats.withErrorEntries(Integer errorEntries)
The total number of entries that contain at least one error.
|
DatasetStats |
DatasetStats.withLabeledEntries(Integer labeledEntries)
The total number of images in the dataset that have labels.
|
DatasetStats |
DatasetStats.withTotalEntries(Integer totalEntries)
The total number of images in the dataset.
|
DatasetStats |
DatasetStats.withTotalLabels(Integer totalLabels)
The total number of labels declared in the dataset.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatasetDescription.setDatasetStats(DatasetStats datasetStats)
The status message code for the dataset.
|
DatasetDescription |
DatasetDescription.withDatasetStats(DatasetStats datasetStats)
The status message code for the dataset.
|
Copyright © 2025. All rights reserved.