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
sourceimpl 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.
sourceimpl MonitoringBaselineConfig
impl MonitoringBaselineConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture MonitoringBaselineConfig.
Trait Implementations
sourceimpl Clone for MonitoringBaselineConfig
impl Clone for MonitoringBaselineConfig
sourcefn clone(&self) -> MonitoringBaselineConfig
fn clone(&self) -> MonitoringBaselineConfig
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for MonitoringBaselineConfig
impl Debug for MonitoringBaselineConfig
sourceimpl PartialEq<MonitoringBaselineConfig> for MonitoringBaselineConfig
impl PartialEq<MonitoringBaselineConfig> for MonitoringBaselineConfig
sourcefn eq(&self, other: &MonitoringBaselineConfig) -> bool
fn eq(&self, other: &MonitoringBaselineConfig) -> bool
impl StructuralPartialEq for MonitoringBaselineConfig
Auto Trait Implementations
impl RefUnwindSafe for MonitoringBaselineConfig
impl Send for MonitoringBaselineConfig
impl Sync for MonitoringBaselineConfig
impl Unpin for MonitoringBaselineConfig
impl UnwindSafe for MonitoringBaselineConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more