Struct aws_sdk_sagemaker::types::DriftCheckModelQuality
source · #[non_exhaustive]pub struct DriftCheckModelQuality { /* private fields */ }
Expand description
Represents the drift check model quality baselines that can be used when the model monitor is set using the model package.
Implementations§
source§impl DriftCheckModelQuality
impl DriftCheckModelQuality
sourcepub fn statistics(&self) -> Option<&MetricsSource>
pub fn statistics(&self) -> Option<&MetricsSource>
The drift check model quality statistics.
sourcepub fn constraints(&self) -> Option<&MetricsSource>
pub fn constraints(&self) -> Option<&MetricsSource>
The drift check model quality constraints.
source§impl DriftCheckModelQuality
impl DriftCheckModelQuality
sourcepub fn builder() -> DriftCheckModelQualityBuilder
pub fn builder() -> DriftCheckModelQualityBuilder
Creates a new builder-style object to manufacture DriftCheckModelQuality
.
Trait Implementations§
source§impl Clone for DriftCheckModelQuality
impl Clone for DriftCheckModelQuality
source§fn clone(&self) -> DriftCheckModelQuality
fn clone(&self) -> DriftCheckModelQuality
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 DriftCheckModelQuality
impl Debug for DriftCheckModelQuality
source§impl PartialEq<DriftCheckModelQuality> for DriftCheckModelQuality
impl PartialEq<DriftCheckModelQuality> for DriftCheckModelQuality
source§fn eq(&self, other: &DriftCheckModelQuality) -> bool
fn eq(&self, other: &DriftCheckModelQuality) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.