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