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 or model packaging job output.
|
S3Location.Builder |
prefix(String prefix)
The path of the folder, within the S3 bucket, that contains the output.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3Location.Builder bucket(String bucket)
The S3 bucket that contains the training or model packaging job output. If you are training a model, the bucket must in your AWS account. If you use an S3 bucket for a model packaging job, the S3 bucket must be in the same AWS Region and AWS account in which you use AWS IoT Greengrass.
bucket - The S3 bucket that contains the training or model packaging job output. If you are training a model,
the bucket must in your AWS account. If you use an S3 bucket for a model packaging job, the S3 bucket
must be in the same AWS Region and AWS account in which you use AWS IoT Greengrass.S3Location.Builder prefix(String prefix)
The path of the folder, within the S3 bucket, that contains the output.
prefix - The path of the folder, within the S3 bucket, that contains the output.Copyright © 2022. All rights reserved.