| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SageMaker.Types.DriftCheckBaselines
Description
Synopsis
- data DriftCheckBaselines = DriftCheckBaselines' {}
- newDriftCheckBaselines :: DriftCheckBaselines
- driftCheckBaselines_bias :: Lens' DriftCheckBaselines (Maybe DriftCheckBias)
- driftCheckBaselines_explainability :: Lens' DriftCheckBaselines (Maybe DriftCheckExplainability)
- driftCheckBaselines_modelDataQuality :: Lens' DriftCheckBaselines (Maybe DriftCheckModelDataQuality)
- driftCheckBaselines_modelQuality :: Lens' DriftCheckBaselines (Maybe DriftCheckModelQuality)
Documentation
data DriftCheckBaselines Source #
Represents the drift check baselines that can be used when the model monitor is set using the model package.
See: newDriftCheckBaselines smart constructor.
Constructors
| DriftCheckBaselines' | |
Fields
| |
Instances
newDriftCheckBaselines :: DriftCheckBaselines Source #
Create a value of DriftCheckBaselines with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:bias:DriftCheckBaselines', driftCheckBaselines_bias - Represents the drift check bias baselines that can be used when the
model monitor is set using the model package.
$sel:explainability:DriftCheckBaselines', driftCheckBaselines_explainability - Represents the drift check explainability baselines that can be used
when the model monitor is set using the model package.
$sel:modelDataQuality:DriftCheckBaselines', driftCheckBaselines_modelDataQuality - Represents the drift check model data quality baselines that can be used
when the model monitor is set using the model package.
$sel:modelQuality:DriftCheckBaselines', driftCheckBaselines_modelQuality - Represents the drift check model quality baselines that can be used when
the model monitor is set using the model package.
driftCheckBaselines_bias :: Lens' DriftCheckBaselines (Maybe DriftCheckBias) Source #
Represents the drift check bias baselines that can be used when the model monitor is set using the model package.
driftCheckBaselines_explainability :: Lens' DriftCheckBaselines (Maybe DriftCheckExplainability) Source #
Represents the drift check explainability baselines that can be used when the model monitor is set using the model package.
driftCheckBaselines_modelDataQuality :: Lens' DriftCheckBaselines (Maybe DriftCheckModelDataQuality) Source #
Represents the drift check model data quality baselines that can be used when the model monitor is set using the model package.
driftCheckBaselines_modelQuality :: Lens' DriftCheckBaselines (Maybe DriftCheckModelQuality) Source #
Represents the drift check model quality baselines that can be used when the model monitor is set using the model package.