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