Struct aws_sdk_sagemaker::model::ProcessingOutputConfig [−][src]
#[non_exhaustive]pub struct ProcessingOutputConfig {
pub outputs: Option<Vec<ProcessingOutput>>,
pub kms_key_id: Option<String>,
}
Expand description
Configuration for uploading output from the processing container.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.outputs: Option<Vec<ProcessingOutput>>
An array of outputs configuring the data to upload from the processing container.
kms_key_id: Option<String>
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.
Implementations
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.
Creates a new builder-style object to manufacture ProcessingOutputConfig
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ProcessingOutputConfig
impl Send for ProcessingOutputConfig
impl Sync for ProcessingOutputConfig
impl Unpin for ProcessingOutputConfig
impl UnwindSafe for ProcessingOutputConfig
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