| 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.ClarifyCheckStepMetadata
Description
Synopsis
- data ClarifyCheckStepMetadata = ClarifyCheckStepMetadata' {}
 - newClarifyCheckStepMetadata :: ClarifyCheckStepMetadata
 - clarifyCheckStepMetadata_baselineUsedForDriftCheckConstraints :: Lens' ClarifyCheckStepMetadata (Maybe Text)
 - clarifyCheckStepMetadata_calculatedBaselineConstraints :: Lens' ClarifyCheckStepMetadata (Maybe Text)
 - clarifyCheckStepMetadata_checkJobArn :: Lens' ClarifyCheckStepMetadata (Maybe Text)
 - clarifyCheckStepMetadata_checkType :: Lens' ClarifyCheckStepMetadata (Maybe Text)
 - clarifyCheckStepMetadata_modelPackageGroupName :: Lens' ClarifyCheckStepMetadata (Maybe Text)
 - clarifyCheckStepMetadata_registerNewBaseline :: Lens' ClarifyCheckStepMetadata (Maybe Bool)
 - clarifyCheckStepMetadata_skipCheck :: Lens' ClarifyCheckStepMetadata (Maybe Bool)
 - clarifyCheckStepMetadata_violationReport :: Lens' ClarifyCheckStepMetadata (Maybe Text)
 
Documentation
data ClarifyCheckStepMetadata Source #
The container for the metadata for the ClarifyCheck step. For more information, see the topic on ClarifyCheck step in the Amazon SageMaker Developer Guide.
See: newClarifyCheckStepMetadata smart constructor.
Constructors
| ClarifyCheckStepMetadata' | |
Fields 
  | |
Instances
newClarifyCheckStepMetadata :: ClarifyCheckStepMetadata Source #
Create a value of ClarifyCheckStepMetadata 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:baselineUsedForDriftCheckConstraints:ClarifyCheckStepMetadata', clarifyCheckStepMetadata_baselineUsedForDriftCheckConstraints - The Amazon S3 URI of baseline constraints file to be used for the drift
 check.
$sel:calculatedBaselineConstraints:ClarifyCheckStepMetadata', clarifyCheckStepMetadata_calculatedBaselineConstraints - The Amazon S3 URI of the newly calculated baseline constraints file.
$sel:checkJobArn:ClarifyCheckStepMetadata', clarifyCheckStepMetadata_checkJobArn - The Amazon Resource Name (ARN) of the check processing job that was run
 by this step's execution.
$sel:checkType:ClarifyCheckStepMetadata', clarifyCheckStepMetadata_checkType - The type of the Clarify Check step
$sel:modelPackageGroupName:ClarifyCheckStepMetadata', clarifyCheckStepMetadata_modelPackageGroupName - The model package group name.
$sel:registerNewBaseline:ClarifyCheckStepMetadata', clarifyCheckStepMetadata_registerNewBaseline - This flag indicates if a newly calculated baseline can be accessed
 through step properties BaselineUsedForDriftCheckConstraints and
 BaselineUsedForDriftCheckStatistics. If it is set to False, the
 previous baseline of the configured check type must also be available.
 These can be accessed through the BaselineUsedForDriftCheckConstraints
 property.
$sel:skipCheck:ClarifyCheckStepMetadata', clarifyCheckStepMetadata_skipCheck - This flag indicates if the drift check against the previous baseline
 will be skipped or not. If it is set to False, the previous baseline
 of the configured check type must be available.
$sel:violationReport:ClarifyCheckStepMetadata', clarifyCheckStepMetadata_violationReport - The Amazon S3 URI of the violation report if violations are detected.
clarifyCheckStepMetadata_baselineUsedForDriftCheckConstraints :: Lens' ClarifyCheckStepMetadata (Maybe Text) Source #
The Amazon S3 URI of baseline constraints file to be used for the drift check.
clarifyCheckStepMetadata_calculatedBaselineConstraints :: Lens' ClarifyCheckStepMetadata (Maybe Text) Source #
The Amazon S3 URI of the newly calculated baseline constraints file.
clarifyCheckStepMetadata_checkJobArn :: Lens' ClarifyCheckStepMetadata (Maybe Text) Source #
The Amazon Resource Name (ARN) of the check processing job that was run by this step's execution.
clarifyCheckStepMetadata_checkType :: Lens' ClarifyCheckStepMetadata (Maybe Text) Source #
The type of the Clarify Check step
clarifyCheckStepMetadata_modelPackageGroupName :: Lens' ClarifyCheckStepMetadata (Maybe Text) Source #
The model package group name.
clarifyCheckStepMetadata_registerNewBaseline :: Lens' ClarifyCheckStepMetadata (Maybe Bool) Source #
This flag indicates if a newly calculated baseline can be accessed
 through step properties BaselineUsedForDriftCheckConstraints and
 BaselineUsedForDriftCheckStatistics. If it is set to False, the
 previous baseline of the configured check type must also be available.
 These can be accessed through the BaselineUsedForDriftCheckConstraints
 property.
clarifyCheckStepMetadata_skipCheck :: Lens' ClarifyCheckStepMetadata (Maybe Bool) Source #
This flag indicates if the drift check against the previous baseline
 will be skipped or not. If it is set to False, the previous baseline
 of the configured check type must be available.
clarifyCheckStepMetadata_violationReport :: Lens' ClarifyCheckStepMetadata (Maybe Text) Source #
The Amazon S3 URI of the violation report if violations are detected.