Struct aws_sdk_sagemaker::model::processing_s3_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ProcessingS3Output
Implementations
A URI that identifies the Amazon S3 bucket where you want Amazon SageMaker to save the results of a processing job.
A URI that identifies the Amazon S3 bucket where you want Amazon SageMaker to save the results of a processing job.
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.
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.
Whether to upload the results of the processing job continuously or after the job completes.
Whether to upload the results of the processing job continuously or after the job completes.
Consumes the builder and constructs a ProcessingS3Output
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more