Struct aws_sdk_sagemaker::model::processing_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ProcessingOutput
Implementations
The name for the processing job output.
The name for the processing job output.
Configuration for processing job outputs in Amazon S3.
Configuration for processing job outputs in Amazon S3.
Configuration for processing job outputs in Amazon SageMaker Feature Store. This processing output
type is only supported when AppManaged
is specified.
Configuration for processing job outputs in Amazon SageMaker Feature Store. This processing output
type is only supported when AppManaged
is specified.
When True
, output operations such as data upload are managed natively by the
processing job application. When False
(default), output operations are managed by
Amazon SageMaker.
When True
, output operations such as data upload are managed natively by the
processing job application. When False
(default), output operations are managed by
Amazon SageMaker.
Consumes the builder and constructs a ProcessingOutput
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