public static interface OutputS3Object.Builder extends SdkPojo, CopyableBuilder<OutputS3Object.Builder,OutputS3Object>
| Modifier and Type | Method and Description |
|---|---|
OutputS3Object.Builder |
bucket(String bucket)
The bucket that contains the training output.
|
OutputS3Object.Builder |
key(String key)
The location of the training output in the bucket.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOutputS3Object.Builder bucket(String bucket)
The bucket that contains the training output.
bucket - The bucket that contains the training output.OutputS3Object.Builder key(String key)
The location of the training output in the bucket.
key - The location of the training output in the bucket.Copyright © 2021. All rights reserved.