Uses of Class
software.amazon.awssdk.services.rekognition.model.Asset
-
Packages that use Asset Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of Asset in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type Asset Modifier and Type Method Description List<Asset>TestingData. assets()The assets used for testing.List<Asset>TrainingData. assets()A manifest file that contains references to the training images and ground-truth annotations.List<Asset>ValidationData. assets()The assets that comprise the validation data.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type Asset Modifier and Type Method Description TestingData.BuilderTestingData.Builder. assets(Asset... assets)The assets used for testing.TrainingData.BuilderTrainingData.Builder. assets(Asset... assets)A manifest file that contains references to the training images and ground-truth annotations.ValidationData.BuilderValidationData.Builder. assets(Asset... assets)The assets that comprise the validation data.Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type Asset Modifier and Type Method Description TestingData.BuilderTestingData.Builder. assets(Collection<Asset> assets)The assets used for testing.TrainingData.BuilderTrainingData.Builder. assets(Collection<Asset> assets)A manifest file that contains references to the training images and ground-truth annotations.ValidationData.BuilderValidationData.Builder. assets(Collection<Asset> assets)The assets that comprise the validation data.
-