#[non_exhaustive]pub struct ModelQualityBaselineConfig { /* 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 ModelQualityBaselineConfig
impl ModelQualityBaselineConfig
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 constraints resource for a monitoring job.
source§impl ModelQualityBaselineConfig
impl ModelQualityBaselineConfig
sourcepub fn builder() -> ModelQualityBaselineConfigBuilder
pub fn builder() -> ModelQualityBaselineConfigBuilder
Creates a new builder-style object to manufacture ModelQualityBaselineConfig
.
Trait Implementations§
source§impl Clone for ModelQualityBaselineConfig
impl Clone for ModelQualityBaselineConfig
source§fn clone(&self) -> ModelQualityBaselineConfig
fn clone(&self) -> ModelQualityBaselineConfig
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 ModelQualityBaselineConfig
impl Debug for ModelQualityBaselineConfig
source§impl PartialEq<ModelQualityBaselineConfig> for ModelQualityBaselineConfig
impl PartialEq<ModelQualityBaselineConfig> for ModelQualityBaselineConfig
source§fn eq(&self, other: &ModelQualityBaselineConfig) -> bool
fn eq(&self, other: &ModelQualityBaselineConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ModelQualityBaselineConfig
Auto Trait Implementations§
impl RefUnwindSafe for ModelQualityBaselineConfig
impl Send for ModelQualityBaselineConfig
impl Sync for ModelQualityBaselineConfig
impl Unpin for ModelQualityBaselineConfig
impl UnwindSafe for ModelQualityBaselineConfig
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more