public static interface ProcessingS3Output.Builder extends SdkPojo, CopyableBuilder<ProcessingS3Output.Builder,ProcessingS3Output>
Modifier and Type | Method and Description |
---|---|
ProcessingS3Output.Builder |
localPath(String localPath)
The local path of a directory where you want Amazon SageMaker to upload its contents to Amazon S3.
|
ProcessingS3Output.Builder |
s3UploadMode(ProcessingS3UploadMode s3UploadMode)
Whether to upload the results of the processing job continuously or after the job completes.
|
ProcessingS3Output.Builder |
s3UploadMode(String s3UploadMode)
Whether to upload the results of the processing job continuously or after the job completes.
|
ProcessingS3Output.Builder |
s3Uri(String s3Uri)
A URI that identifies the Amazon S3 bucket where you want Amazon SageMaker to save the results of a
processing job.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ProcessingS3Output.Builder s3Uri(String s3Uri)
A URI that identifies the Amazon S3 bucket where you want Amazon SageMaker to save the results of a processing job.
s3Uri
- A URI that identifies the Amazon S3 bucket where you want Amazon SageMaker to save the results of a
processing job.ProcessingS3Output.Builder localPath(String localPath)
The local path of a directory where you want Amazon SageMaker to upload its contents to Amazon S3.
LocalPath
is an absolute path to a directory containing output files. This directory will be
created by the platform and exist when your container's entrypoint is invoked.
localPath
- The local path of a directory where you want Amazon SageMaker to upload its contents to Amazon S3.
LocalPath
is an absolute path to a directory containing output files. This directory will
be created by the platform and exist when your container's entrypoint is invoked.ProcessingS3Output.Builder s3UploadMode(String s3UploadMode)
Whether to upload the results of the processing job continuously or after the job completes.
s3UploadMode
- Whether to upload the results of the processing job continuously or after the job completes.ProcessingS3UploadMode
,
ProcessingS3UploadMode
ProcessingS3Output.Builder s3UploadMode(ProcessingS3UploadMode s3UploadMode)
Whether to upload the results of the processing job continuously or after the job completes.
s3UploadMode
- Whether to upload the results of the processing job continuously or after the job completes.ProcessingS3UploadMode
,
ProcessingS3UploadMode
Copyright © 2022. All rights reserved.