| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
OutputConfig |
OutputConfig.clone() |
OutputConfig |
ProjectVersionDescription.getOutputConfig()
The location where training results are saved.
|
OutputConfig |
CreateProjectVersionRequest.getOutputConfig()
The Amazon S3 bucket location to store the results of training.
|
OutputConfig |
OutputConfig.withS3Bucket(String s3Bucket)
The S3 bucket where training output is placed.
|
OutputConfig |
OutputConfig.withS3KeyPrefix(String s3KeyPrefix)
The prefix applied to the training output files.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectVersionDescription.setOutputConfig(OutputConfig outputConfig)
The location where training results are saved.
|
void |
CreateProjectVersionRequest.setOutputConfig(OutputConfig outputConfig)
The Amazon S3 bucket location to store the results of training.
|
ProjectVersionDescription |
ProjectVersionDescription.withOutputConfig(OutputConfig outputConfig)
The location where training results are saved.
|
CreateProjectVersionRequest |
CreateProjectVersionRequest.withOutputConfig(OutputConfig outputConfig)
The Amazon S3 bucket location to store the results of training.
|
Copyright © 2022. All rights reserved.