Struct aws_sdk_sagemaker::model::drift_check_baselines::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DriftCheckBaselines
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn bias(self, input: DriftCheckBias) -> Self
pub fn bias(self, input: DriftCheckBias) -> Self
Represents the drift check bias baselines that can be used when the model monitor is set using the model package.
sourcepub fn set_bias(self, input: Option<DriftCheckBias>) -> Self
pub fn set_bias(self, input: Option<DriftCheckBias>) -> Self
Represents the drift check bias baselines that can be used when the model monitor is set using the model package.
sourcepub fn explainability(self, input: DriftCheckExplainability) -> Self
pub fn explainability(self, input: DriftCheckExplainability) -> Self
Represents the drift check explainability baselines that can be used when the model monitor is set using the model package.
sourcepub fn set_explainability(self, input: Option<DriftCheckExplainability>) -> Self
pub fn set_explainability(self, input: Option<DriftCheckExplainability>) -> Self
Represents the drift check explainability baselines that can be used when the model monitor is set using the model package.
sourcepub fn model_quality(self, input: DriftCheckModelQuality) -> Self
pub fn model_quality(self, input: DriftCheckModelQuality) -> Self
Represents the drift check model quality baselines that can be used when the model monitor is set using the model package.
sourcepub fn set_model_quality(self, input: Option<DriftCheckModelQuality>) -> Self
pub fn set_model_quality(self, input: Option<DriftCheckModelQuality>) -> Self
Represents the drift check model quality baselines that can be used when the model monitor is set using the model package.
sourcepub fn model_data_quality(self, input: DriftCheckModelDataQuality) -> Self
pub fn model_data_quality(self, input: DriftCheckModelDataQuality) -> Self
Represents the drift check model data quality baselines that can be used when the model monitor is set using the model package.
sourcepub fn set_model_data_quality(
self,
input: Option<DriftCheckModelDataQuality>
) -> Self
pub fn set_model_data_quality(
self,
input: Option<DriftCheckModelDataQuality>
) -> Self
Represents the drift check model data quality baselines that can be used when the model monitor is set using the model package.
sourcepub fn build(self) -> DriftCheckBaselines
pub fn build(self) -> DriftCheckBaselines
Consumes the builder and constructs a DriftCheckBaselines
.