Uses of Class
software.amazon.awssdk.services.lookoutvision.model.OutputS3Object
-
Packages that use OutputS3Object Package Description software.amazon.awssdk.services.lookoutvision.model -
-
Uses of OutputS3Object in software.amazon.awssdk.services.lookoutvision.model
Methods in software.amazon.awssdk.services.lookoutvision.model that return OutputS3Object Modifier and Type Method Description OutputS3ObjectModelDescription. evaluationManifest()The S3 location where Amazon Lookout for Vision saves the manifest file that was used to test the trained model and generate the performance scores.OutputS3ObjectModelDescription. evaluationResult()The S3 location where Amazon Lookout for Vision saves the performance metrics.Methods in software.amazon.awssdk.services.lookoutvision.model with parameters of type OutputS3Object Modifier and Type Method Description ModelDescription.BuilderModelDescription.Builder. evaluationManifest(OutputS3Object evaluationManifest)The S3 location where Amazon Lookout for Vision saves the manifest file that was used to test the trained model and generate the performance scores.ModelDescription.BuilderModelDescription.Builder. evaluationResult(OutputS3Object evaluationResult)The S3 location where Amazon Lookout for Vision saves the performance metrics.
-