Uses of Class
software.amazon.awssdk.services.rekognition.model.DatasetMetadata
-
Packages that use DatasetMetadata Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of DatasetMetadata in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type DatasetMetadata Modifier and Type Method Description List<DatasetMetadata>ProjectDescription. datasets()Information about the training and test datasets in the project.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type DatasetMetadata Modifier and Type Method Description ProjectDescription.BuilderProjectDescription.Builder. datasets(DatasetMetadata... datasets)Information about the training and test datasets in the project.Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type DatasetMetadata Modifier and Type Method Description ProjectDescription.BuilderProjectDescription.Builder. datasets(Collection<DatasetMetadata> datasets)Information about the training and test datasets in the project.
-