class Aws::SageMaker::Types::ProcessingS3Output
Configuration for uploading output data to Amazon S3 from the processing container.
@note When making an API call, you may pass ProcessingS3Output
data as a hash: { s3_uri: "S3Uri", # required local_path: "ProcessingLocalPath", # required s3_upload_mode: "Continuous", # required, accepts Continuous, EndOfJob }
@!attribute [rw] s3_uri
A URI that identifies the Amazon S3 bucket where you want Amazon SageMaker to save the results of a processing job. @return [String]
@!attribute [rw] local_path
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. @return [String]
@!attribute [rw] s3_upload_mode
Whether to upload the results of the processing job continuously or after the job completes. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ProcessingS3Output AWS API Documentation
Constants
- SENSITIVE