Struct aws_sdk_sagemaker::model::MonitoringOutputConfig [−][src]
#[non_exhaustive]pub struct MonitoringOutputConfig {
pub monitoring_outputs: Option<Vec<MonitoringOutput>>,
pub kms_key_id: Option<String>,
}
Expand description
The output configuration for monitoring jobs.
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.monitoring_outputs: Option<Vec<MonitoringOutput>>
Monitoring outputs for monitoring jobs. This is where the output of the periodic monitoring jobs is uploaded.
kms_key_id: Option<String>
The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.
Implementations
Monitoring outputs for monitoring jobs. This is where the output of the periodic monitoring jobs is uploaded.
The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.
Creates a new builder-style object to manufacture MonitoringOutputConfig
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 MonitoringOutputConfig
impl Send for MonitoringOutputConfig
impl Sync for MonitoringOutputConfig
impl Unpin for MonitoringOutputConfig
impl UnwindSafe for MonitoringOutputConfig
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