| Package | Description |
|---|---|
| com.amazonaws.services.lookoutforvision.model |
| Modifier and Type | Method and Description |
|---|---|
S3Location |
S3Location.clone() |
S3Location |
OutputConfig.getS3Location()
The S3 location for the output.
|
S3Location |
S3Location.withBucket(String bucket)
The S3 bucket that contains the training output.
|
S3Location |
S3Location.withPrefix(String prefix)
The path of the folder, within the S3 bucket, that contains the training output.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OutputConfig.setS3Location(S3Location s3Location)
The S3 location for the output.
|
OutputConfig |
OutputConfig.withS3Location(S3Location s3Location)
The S3 location for the output.
|
Copyright © 2021. All rights reserved.