Struct aws_sdk_sagemaker::model::processing_output_config::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ProcessingOutputConfig
Implementations
Appends an item to outputs
.
To override the contents of this collection use set_outputs
.
An array of outputs configuring the data to upload from the processing container.
An array of outputs configuring the data to upload from the processing container.
The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the processing
job output. KmsKeyId
can be an ID of a KMS key, ARN of a KMS key, alias of
a KMS key, or alias of a KMS key. The KmsKeyId
is applied to all
outputs.
The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the processing
job output. KmsKeyId
can be an ID of a KMS key, ARN of a KMS key, alias of
a KMS key, or alias of a KMS key. The KmsKeyId
is applied to all
outputs.
Consumes the builder and constructs a ProcessingOutputConfig
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