public static interface QualityCheckStepMetadata.Builder extends SdkPojo, CopyableBuilder<QualityCheckStepMetadata.Builder,QualityCheckStepMetadata>
Modifier and Type | Method and Description |
---|---|
QualityCheckStepMetadata.Builder |
baselineUsedForDriftCheckConstraints(String baselineUsedForDriftCheckConstraints)
The Amazon S3 URI of the baseline constraints file used for the drift check.
|
QualityCheckStepMetadata.Builder |
baselineUsedForDriftCheckStatistics(String baselineUsedForDriftCheckStatistics)
The Amazon S3 URI of the baseline statistics file used for the drift check.
|
QualityCheckStepMetadata.Builder |
calculatedBaselineConstraints(String calculatedBaselineConstraints)
The Amazon S3 URI of the newly calculated baseline constraints file.
|
QualityCheckStepMetadata.Builder |
calculatedBaselineStatistics(String calculatedBaselineStatistics)
The Amazon S3 URI of the newly calculated baseline statistics file.
|
QualityCheckStepMetadata.Builder |
checkJobArn(String checkJobArn)
The Amazon Resource Name (ARN) of the Quality check processing job that was run by this step execution.
|
QualityCheckStepMetadata.Builder |
checkType(String checkType)
The type of the Quality check step.
|
QualityCheckStepMetadata.Builder |
modelPackageGroupName(String modelPackageGroupName)
The model package group name.
|
QualityCheckStepMetadata.Builder |
registerNewBaseline(Boolean registerNewBaseline)
This flag indicates if a newly calculated baseline can be accessed through step properties
BaselineUsedForDriftCheckConstraints and BaselineUsedForDriftCheckStatistics . |
QualityCheckStepMetadata.Builder |
skipCheck(Boolean skipCheck)
This flag indicates if the drift check against the previous baseline will be skipped or not.
|
QualityCheckStepMetadata.Builder |
violationReport(String violationReport)
The Amazon S3 URI of violation report if violations are detected.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
QualityCheckStepMetadata.Builder checkType(String checkType)
The type of the Quality check step.
checkType
- The type of the Quality check step.QualityCheckStepMetadata.Builder baselineUsedForDriftCheckStatistics(String baselineUsedForDriftCheckStatistics)
The Amazon S3 URI of the baseline statistics file used for the drift check.
baselineUsedForDriftCheckStatistics
- The Amazon S3 URI of the baseline statistics file used for the drift check.QualityCheckStepMetadata.Builder baselineUsedForDriftCheckConstraints(String baselineUsedForDriftCheckConstraints)
The Amazon S3 URI of the baseline constraints file used for the drift check.
baselineUsedForDriftCheckConstraints
- The Amazon S3 URI of the baseline constraints file used for the drift check.QualityCheckStepMetadata.Builder calculatedBaselineStatistics(String calculatedBaselineStatistics)
The Amazon S3 URI of the newly calculated baseline statistics file.
calculatedBaselineStatistics
- The Amazon S3 URI of the newly calculated baseline statistics file.QualityCheckStepMetadata.Builder calculatedBaselineConstraints(String calculatedBaselineConstraints)
The Amazon S3 URI of the newly calculated baseline constraints file.
calculatedBaselineConstraints
- The Amazon S3 URI of the newly calculated baseline constraints file.QualityCheckStepMetadata.Builder modelPackageGroupName(String modelPackageGroupName)
The model package group name.
modelPackageGroupName
- The model package group name.QualityCheckStepMetadata.Builder violationReport(String violationReport)
The Amazon S3 URI of violation report if violations are detected.
violationReport
- The Amazon S3 URI of violation report if violations are detected.QualityCheckStepMetadata.Builder checkJobArn(String checkJobArn)
The Amazon Resource Name (ARN) of the Quality check processing job that was run by this step execution.
checkJobArn
- The Amazon Resource Name (ARN) of the Quality check processing job that was run by this step
execution.QualityCheckStepMetadata.Builder skipCheck(Boolean 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.
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.QualityCheckStepMetadata.Builder registerNewBaseline(Boolean 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.
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.Copyright © 2022. All rights reserved.