| Package | Description |
|---|---|
| software.amazon.awssdk.services.lookoutvision.model |
| Modifier and Type | Method and Description |
|---|---|
OutputS3Object.Builder |
OutputS3Object.Builder.bucket(String bucket)
The bucket that contains the training output.
|
static OutputS3Object.Builder |
OutputS3Object.builder() |
OutputS3Object.Builder |
OutputS3Object.Builder.key(String key)
The location of the training output in the bucket.
|
OutputS3Object.Builder |
OutputS3Object.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends OutputS3Object.Builder> |
OutputS3Object.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ModelDescription.Builder |
ModelDescription.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.Builder |
ModelDescription.Builder.evaluationResult(Consumer<OutputS3Object.Builder> evaluationResult)
The S3 location where Amazon Lookout for Vision saves the performance metrics.
|
Copyright © 2023. All rights reserved.