| Package | Description |
|---|---|
| com.amazonaws.services.lookoutforvision.model |
| Modifier and Type | Method and Description |
|---|---|
OutputS3Object |
OutputS3Object.clone() |
OutputS3Object |
ModelDescription.getEvaluationManifest()
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.
|
OutputS3Object |
ModelDescription.getEvaluationResult()
The S3 location where Amazon Lookout for Vision saves the performance metrics.
|
OutputS3Object |
OutputS3Object.withBucket(String bucket)
The bucket that contains the training output.
|
OutputS3Object |
OutputS3Object.withKey(String key)
The location of the training output in the bucket.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModelDescription.setEvaluationManifest(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.
|
void |
ModelDescription.setEvaluationResult(OutputS3Object evaluationResult)
The S3 location where Amazon Lookout for Vision saves the performance metrics.
|
ModelDescription |
ModelDescription.withEvaluationManifest(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 |
ModelDescription.withEvaluationResult(OutputS3Object evaluationResult)
The S3 location where Amazon Lookout for Vision saves the performance metrics.
|
Copyright © 2023. All rights reserved.