Uses of Interface
software.amazon.awssdk.services.rekognition.model.DatasetStats.Builder
-
Packages that use DatasetStats.Builder Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of DatasetStats.Builder in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return DatasetStats.Builder Modifier and Type Method Description static DatasetStats.BuilderDatasetStats. builder()DatasetStats.BuilderDatasetStats.Builder. errorEntries(Integer errorEntries)The total number of entries that contain at least one error.DatasetStats.BuilderDatasetStats.Builder. labeledEntries(Integer labeledEntries)The total number of images in the dataset that have labels.DatasetStats.BuilderDatasetStats. toBuilder()DatasetStats.BuilderDatasetStats.Builder. totalEntries(Integer totalEntries)The total number of images in the dataset.DatasetStats.BuilderDatasetStats.Builder. totalLabels(Integer totalLabels)The total number of labels declared in the dataset.Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type DatasetStats.Builder Modifier and Type Method Description static Class<? extends DatasetStats.Builder>DatasetStats. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type DatasetStats.Builder Modifier and Type Method Description default DatasetDescription.BuilderDatasetDescription.Builder. datasetStats(Consumer<DatasetStats.Builder> datasetStats)The status message code for the dataset.
-