Struct aws_sdk_sagemaker::model::MonitoringBaselineConfig
source · #[non_exhaustive]pub struct MonitoringBaselineConfig { /* private fields */ }
Expand description
Configuration for monitoring constraints and monitoring statistics. These baseline resources are compared against the results of the current job from the series of jobs scheduled to collect data periodically.
Implementations§
source§impl MonitoringBaselineConfig
impl MonitoringBaselineConfig
sourcepub fn baselining_job_name(&self) -> Option<&str>
pub fn baselining_job_name(&self) -> Option<&str>
The name of the job that performs baselining for the monitoring job.
sourcepub fn constraints_resource(&self) -> Option<&MonitoringConstraintsResource>
pub fn constraints_resource(&self) -> Option<&MonitoringConstraintsResource>
The baseline constraint file in Amazon S3 that the current monitoring job should validated against.
sourcepub fn statistics_resource(&self) -> Option<&MonitoringStatisticsResource>
pub fn statistics_resource(&self) -> Option<&MonitoringStatisticsResource>
The baseline statistics file in Amazon S3 that the current monitoring job should be validated against.
source§impl MonitoringBaselineConfig
impl MonitoringBaselineConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture MonitoringBaselineConfig
.
Trait Implementations§
source§impl Clone for MonitoringBaselineConfig
impl Clone for MonitoringBaselineConfig
source§fn clone(&self) -> MonitoringBaselineConfig
fn clone(&self) -> MonitoringBaselineConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for MonitoringBaselineConfig
impl Debug for MonitoringBaselineConfig
source§impl PartialEq<MonitoringBaselineConfig> for MonitoringBaselineConfig
impl PartialEq<MonitoringBaselineConfig> for MonitoringBaselineConfig
source§fn eq(&self, other: &MonitoringBaselineConfig) -> bool
fn eq(&self, other: &MonitoringBaselineConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.