| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ClarifyCheckStepMetadata |
ClarifyCheckStepMetadata.clone() |
ClarifyCheckStepMetadata |
PipelineExecutionStepMetadata.getClarifyCheck()
Container for the metadata for a Clarify check step.
|
ClarifyCheckStepMetadata |
ClarifyCheckStepMetadata.withBaselineUsedForDriftCheckConstraints(String baselineUsedForDriftCheckConstraints)
The Amazon S3 URI of baseline constraints file to be used for the drift check.
|
ClarifyCheckStepMetadata |
ClarifyCheckStepMetadata.withCalculatedBaselineConstraints(String calculatedBaselineConstraints)
The Amazon S3 URI of the newly calculated baseline constraints file.
|
ClarifyCheckStepMetadata |
ClarifyCheckStepMetadata.withCheckJobArn(String checkJobArn)
The Amazon Resource Name (ARN) of the check processing job that was run by this step's execution.
|
ClarifyCheckStepMetadata |
ClarifyCheckStepMetadata.withCheckType(String checkType)
The type of the Clarify Check step
|
ClarifyCheckStepMetadata |
ClarifyCheckStepMetadata.withModelPackageGroupName(String modelPackageGroupName)
The model package group name.
|
ClarifyCheckStepMetadata |
ClarifyCheckStepMetadata.withRegisterNewBaseline(Boolean registerNewBaseline)
This flag indicates if a newly calculated baseline can be accessed through step properties
BaselineUsedForDriftCheckConstraints and BaselineUsedForDriftCheckStatistics. |
ClarifyCheckStepMetadata |
ClarifyCheckStepMetadata.withSkipCheck(Boolean skipCheck)
This flag indicates if the drift check against the previous baseline will be skipped or not.
|
ClarifyCheckStepMetadata |
ClarifyCheckStepMetadata.withViolationReport(String violationReport)
The Amazon S3 URI of the violation report if violations are detected.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PipelineExecutionStepMetadata.setClarifyCheck(ClarifyCheckStepMetadata clarifyCheck)
Container for the metadata for a Clarify check step.
|
PipelineExecutionStepMetadata |
PipelineExecutionStepMetadata.withClarifyCheck(ClarifyCheckStepMetadata clarifyCheck)
Container for the metadata for a Clarify check step.
|
Copyright © 2024. All rights reserved.