pub struct Builder { /* private fields */ }
Expand description
A builder for DriftCheckModelDataQuality
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn statistics(self, input: MetricsSource) -> Self
pub fn statistics(self, input: MetricsSource) -> Self
The drift check model data quality statistics.
sourcepub fn set_statistics(self, input: Option<MetricsSource>) -> Self
pub fn set_statistics(self, input: Option<MetricsSource>) -> Self
The drift check model data quality statistics.
sourcepub fn constraints(self, input: MetricsSource) -> Self
pub fn constraints(self, input: MetricsSource) -> Self
The drift check model data quality constraints.
sourcepub fn set_constraints(self, input: Option<MetricsSource>) -> Self
pub fn set_constraints(self, input: Option<MetricsSource>) -> Self
The drift check model data quality constraints.
sourcepub fn build(self) -> DriftCheckModelDataQuality
pub fn build(self) -> DriftCheckModelDataQuality
Consumes the builder and constructs a DriftCheckModelDataQuality
.