| 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.QualityCheckStepMetadata
Description
Synopsis
- data QualityCheckStepMetadata = QualityCheckStepMetadata' {
- baselineUsedForDriftCheckConstraints :: Maybe Text
 - baselineUsedForDriftCheckStatistics :: Maybe Text
 - calculatedBaselineConstraints :: Maybe Text
 - calculatedBaselineStatistics :: Maybe Text
 - checkJobArn :: Maybe Text
 - checkType :: Maybe Text
 - modelPackageGroupName :: Maybe Text
 - registerNewBaseline :: Maybe Bool
 - skipCheck :: Maybe Bool
 - violationReport :: Maybe Text
 
 - newQualityCheckStepMetadata :: QualityCheckStepMetadata
 - qualityCheckStepMetadata_baselineUsedForDriftCheckConstraints :: Lens' QualityCheckStepMetadata (Maybe Text)
 - qualityCheckStepMetadata_baselineUsedForDriftCheckStatistics :: Lens' QualityCheckStepMetadata (Maybe Text)
 - qualityCheckStepMetadata_calculatedBaselineConstraints :: Lens' QualityCheckStepMetadata (Maybe Text)
 - qualityCheckStepMetadata_calculatedBaselineStatistics :: Lens' QualityCheckStepMetadata (Maybe Text)
 - qualityCheckStepMetadata_checkJobArn :: Lens' QualityCheckStepMetadata (Maybe Text)
 - qualityCheckStepMetadata_checkType :: Lens' QualityCheckStepMetadata (Maybe Text)
 - qualityCheckStepMetadata_modelPackageGroupName :: Lens' QualityCheckStepMetadata (Maybe Text)
 - qualityCheckStepMetadata_registerNewBaseline :: Lens' QualityCheckStepMetadata (Maybe Bool)
 - qualityCheckStepMetadata_skipCheck :: Lens' QualityCheckStepMetadata (Maybe Bool)
 - qualityCheckStepMetadata_violationReport :: Lens' QualityCheckStepMetadata (Maybe Text)
 
Documentation
data QualityCheckStepMetadata Source #
Container for the metadata for a Quality check step. For more information, see the topic on QualityCheck step in the Amazon SageMaker Developer Guide.
See: newQualityCheckStepMetadata smart constructor.
Constructors
| QualityCheckStepMetadata' | |
Fields 
  | |
Instances
newQualityCheckStepMetadata :: QualityCheckStepMetadata Source #
Create a value of QualityCheckStepMetadata 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:QualityCheckStepMetadata', qualityCheckStepMetadata_baselineUsedForDriftCheckConstraints - The Amazon S3 URI of the baseline constraints file used for the drift
 check.
$sel:baselineUsedForDriftCheckStatistics:QualityCheckStepMetadata', qualityCheckStepMetadata_baselineUsedForDriftCheckStatistics - The Amazon S3 URI of the baseline statistics file used for the drift
 check.
$sel:calculatedBaselineConstraints:QualityCheckStepMetadata', qualityCheckStepMetadata_calculatedBaselineConstraints - The Amazon S3 URI of the newly calculated baseline constraints file.
$sel:calculatedBaselineStatistics:QualityCheckStepMetadata', qualityCheckStepMetadata_calculatedBaselineStatistics - The Amazon S3 URI of the newly calculated baseline statistics file.
$sel:checkJobArn:QualityCheckStepMetadata', qualityCheckStepMetadata_checkJobArn - The Amazon Resource Name (ARN) of the Quality check processing job that
 was run by this step execution.
$sel:checkType:QualityCheckStepMetadata', qualityCheckStepMetadata_checkType - The type of the Quality check step.
$sel:modelPackageGroupName:QualityCheckStepMetadata', qualityCheckStepMetadata_modelPackageGroupName - The model package group name.
$sel:registerNewBaseline:QualityCheckStepMetadata', qualityCheckStepMetadata_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
 and  BaselineUsedForDriftCheckStatistics properties.
$sel:skipCheck:QualityCheckStepMetadata', qualityCheckStepMetadata_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:QualityCheckStepMetadata', qualityCheckStepMetadata_violationReport - The Amazon S3 URI of violation report if violations are detected.
qualityCheckStepMetadata_baselineUsedForDriftCheckConstraints :: Lens' QualityCheckStepMetadata (Maybe Text) Source #
The Amazon S3 URI of the baseline constraints file used for the drift check.
qualityCheckStepMetadata_baselineUsedForDriftCheckStatistics :: Lens' QualityCheckStepMetadata (Maybe Text) Source #
The Amazon S3 URI of the baseline statistics file used for the drift check.
qualityCheckStepMetadata_calculatedBaselineConstraints :: Lens' QualityCheckStepMetadata (Maybe Text) Source #
The Amazon S3 URI of the newly calculated baseline constraints file.
qualityCheckStepMetadata_calculatedBaselineStatistics :: Lens' QualityCheckStepMetadata (Maybe Text) Source #
The Amazon S3 URI of the newly calculated baseline statistics file.
qualityCheckStepMetadata_checkJobArn :: Lens' QualityCheckStepMetadata (Maybe Text) Source #
The Amazon Resource Name (ARN) of the Quality check processing job that was run by this step execution.
qualityCheckStepMetadata_checkType :: Lens' QualityCheckStepMetadata (Maybe Text) Source #
The type of the Quality check step.
qualityCheckStepMetadata_modelPackageGroupName :: Lens' QualityCheckStepMetadata (Maybe Text) Source #
The model package group name.
qualityCheckStepMetadata_registerNewBaseline :: Lens' QualityCheckStepMetadata (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
 and  BaselineUsedForDriftCheckStatistics properties.
qualityCheckStepMetadata_skipCheck :: Lens' QualityCheckStepMetadata (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.
qualityCheckStepMetadata_violationReport :: Lens' QualityCheckStepMetadata (Maybe Text) Source #
The Amazon S3 URI of violation report if violations are detected.