Uses of Interface
software.amazon.awssdk.services.lookoutvision.model.OutputS3Object.Builder
-
Packages that use OutputS3Object.Builder Package Description software.amazon.awssdk.services.lookoutvision.model -
-
Uses of OutputS3Object.Builder in software.amazon.awssdk.services.lookoutvision.model
Methods in software.amazon.awssdk.services.lookoutvision.model that return OutputS3Object.Builder Modifier and Type Method Description OutputS3Object.BuilderOutputS3Object.Builder. bucket(String bucket)The bucket that contains the training output.static OutputS3Object.BuilderOutputS3Object. builder()OutputS3Object.BuilderOutputS3Object.Builder. key(String key)The location of the training output in the bucket.OutputS3Object.BuilderOutputS3Object. toBuilder()Methods in software.amazon.awssdk.services.lookoutvision.model that return types with arguments of type OutputS3Object.Builder Modifier and Type Method Description static Class<? extends OutputS3Object.Builder>OutputS3Object. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lookoutvision.model with type arguments of type OutputS3Object.Builder Modifier and Type Method Description default ModelDescription.BuilderModelDescription.Builder. evaluationManifest(Consumer<OutputS3Object.Builder> 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.default ModelDescription.BuilderModelDescription.Builder. evaluationResult(Consumer<OutputS3Object.Builder> evaluationResult)The S3 location where Amazon Lookout for Vision saves the performance metrics.
-