Struct aws_sdk_sagemaker::model::processing_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ProcessingInput
Implementations
The name for the processing job input.
The name for the processing job input.
When True
, input operations such as data download are managed natively by the
processing job application. When False
(default), input operations are managed by Amazon SageMaker.
When True
, input operations such as data download are managed natively by the
processing job application. When False
(default), input operations are managed by Amazon SageMaker.
Configuration for downloading input data from Amazon S3 into the processing container.
Configuration for downloading input data from Amazon S3 into the processing container.
Configuration for a Dataset Definition input.
Configuration for a Dataset Definition input.
Consumes the builder and constructs a ProcessingInput
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