public static interface S3Location.Builder extends SdkPojo, CopyableBuilder<S3Location.Builder,S3Location>
| Modifier and Type | Method and Description |
|---|---|
S3Location.Builder |
bucket(String bucket)
The S3 bucket that contains the training output.
|
S3Location.Builder |
prefix(String prefix)
The path of the folder, within the S3 bucket, that contains the training output.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3Location.Builder bucket(String bucket)
The S3 bucket that contains the training output.
bucket - The S3 bucket that contains the training output.S3Location.Builder prefix(String prefix)
The path of the folder, within the S3 bucket, that contains the training output.
prefix - The path of the folder, within the S3 bucket, that contains the training output.Copyright © 2021. All rights reserved.