| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
QualityCheckStepMetadata |
QualityCheckStepMetadata.clone() |
QualityCheckStepMetadata |
PipelineExecutionStepMetadata.getQualityCheck()
The configurations and outcomes of the check step execution.
|
QualityCheckStepMetadata |
QualityCheckStepMetadata.withBaselineUsedForDriftCheckConstraints(String baselineUsedForDriftCheckConstraints)
The Amazon S3 URI of the baseline constraints file used for the drift check.
|
QualityCheckStepMetadata |
QualityCheckStepMetadata.withBaselineUsedForDriftCheckStatistics(String baselineUsedForDriftCheckStatistics)
The Amazon S3 URI of the baseline statistics file used for the drift check.
|
QualityCheckStepMetadata |
QualityCheckStepMetadata.withCalculatedBaselineConstraints(String calculatedBaselineConstraints)
The Amazon S3 URI of the newly calculated baseline constraints file.
|
QualityCheckStepMetadata |
QualityCheckStepMetadata.withCalculatedBaselineStatistics(String calculatedBaselineStatistics)
The Amazon S3 URI of the newly calculated baseline statistics file.
|
QualityCheckStepMetadata |
QualityCheckStepMetadata.withCheckJobArn(String checkJobArn)
The Amazon Resource Name (ARN) of the Quality check processing job that was run by this step execution.
|
QualityCheckStepMetadata |
QualityCheckStepMetadata.withCheckType(String checkType)
The type of the Quality check step.
|
QualityCheckStepMetadata |
QualityCheckStepMetadata.withModelPackageGroupName(String modelPackageGroupName)
The model package group name.
|
QualityCheckStepMetadata |
QualityCheckStepMetadata.withRegisterNewBaseline(Boolean registerNewBaseline)
This flag indicates if a newly calculated baseline can be accessed through step properties
BaselineUsedForDriftCheckConstraints and BaselineUsedForDriftCheckStatistics. |
QualityCheckStepMetadata |
QualityCheckStepMetadata.withSkipCheck(Boolean skipCheck)
This flag indicates if the drift check against the previous baseline will be skipped or not.
|
QualityCheckStepMetadata |
QualityCheckStepMetadata.withViolationReport(String violationReport)
The Amazon S3 URI of violation report if violations are detected.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PipelineExecutionStepMetadata.setQualityCheck(QualityCheckStepMetadata qualityCheck)
The configurations and outcomes of the check step execution.
|
PipelineExecutionStepMetadata |
PipelineExecutionStepMetadata.withQualityCheck(QualityCheckStepMetadata qualityCheck)
The configurations and outcomes of the check step execution.
|
Copyright © 2025. All rights reserved.