| 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.DriftCheckExplainability
Description
Synopsis
Documentation
data DriftCheckExplainability Source #
Represents the drift check explainability baselines that can be used when the model monitor is set using the model package.
See: newDriftCheckExplainability smart constructor.
Constructors
| DriftCheckExplainability' | |
Fields
| |
Instances
newDriftCheckExplainability :: DriftCheckExplainability Source #
Create a value of DriftCheckExplainability 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:configFile:DriftCheckExplainability', driftCheckExplainability_configFile - The explainability config file for the model.
$sel:constraints:DriftCheckExplainability', driftCheckExplainability_constraints - The drift check explainability constraints.
driftCheckExplainability_configFile :: Lens' DriftCheckExplainability (Maybe FileSource) Source #
The explainability config file for the model.
driftCheckExplainability_constraints :: Lens' DriftCheckExplainability (Maybe MetricsSource) Source #
The drift check explainability constraints.