amazonka-sagemaker-2.0: Amazon SageMaker Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SageMaker.Types.QualityCheckStepMetadata

Description

 
Synopsis

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

Instances details
FromJSON QualityCheckStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.QualityCheckStepMetadata

Generic QualityCheckStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.QualityCheckStepMetadata

Associated Types

type Rep QualityCheckStepMetadata :: Type -> Type #

Read QualityCheckStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.QualityCheckStepMetadata

Show QualityCheckStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.QualityCheckStepMetadata

NFData QualityCheckStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.QualityCheckStepMetadata

Eq QualityCheckStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.QualityCheckStepMetadata

Hashable QualityCheckStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.QualityCheckStepMetadata

type Rep QualityCheckStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.QualityCheckStepMetadata

type Rep QualityCheckStepMetadata = D1 ('MetaData "QualityCheckStepMetadata" "Amazonka.SageMaker.Types.QualityCheckStepMetadata" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "QualityCheckStepMetadata'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "baselineUsedForDriftCheckConstraints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "baselineUsedForDriftCheckStatistics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "calculatedBaselineConstraints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "calculatedBaselineStatistics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "checkJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "checkType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "modelPackageGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "registerNewBaseline") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "skipCheck") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "violationReport") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

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_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.