| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ClarifyCheckStepMetadata.Builder |
ClarifyCheckStepMetadata.Builder.baselineUsedForDriftCheckConstraints(String baselineUsedForDriftCheckConstraints)
The Amazon S3 URI of baseline constraints file to be used for the drift check.
|
static ClarifyCheckStepMetadata.Builder |
ClarifyCheckStepMetadata.builder() |
ClarifyCheckStepMetadata.Builder |
ClarifyCheckStepMetadata.Builder.calculatedBaselineConstraints(String calculatedBaselineConstraints)
The Amazon S3 URI of the newly calculated baseline constraints file.
|
ClarifyCheckStepMetadata.Builder |
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 |
ClarifyCheckStepMetadata.Builder.checkType(String checkType)
The type of the Clarify Check step
|
ClarifyCheckStepMetadata.Builder |
ClarifyCheckStepMetadata.Builder.modelPackageGroupName(String modelPackageGroupName)
The model package group name.
|
ClarifyCheckStepMetadata.Builder |
ClarifyCheckStepMetadata.Builder.registerNewBaseline(Boolean registerNewBaseline)
This flag indicates if a newly calculated baseline can be accessed through step properties
BaselineUsedForDriftCheckConstraints and BaselineUsedForDriftCheckStatistics. |
ClarifyCheckStepMetadata.Builder |
ClarifyCheckStepMetadata.Builder.skipCheck(Boolean skipCheck)
This flag indicates if the drift check against the previous baseline will be skipped or not.
|
ClarifyCheckStepMetadata.Builder |
ClarifyCheckStepMetadata.toBuilder() |
ClarifyCheckStepMetadata.Builder |
ClarifyCheckStepMetadata.Builder.violationReport(String violationReport)
The Amazon S3 URI of the violation report if violations are detected.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ClarifyCheckStepMetadata.Builder> |
ClarifyCheckStepMetadata.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PipelineExecutionStepMetadata.Builder |
PipelineExecutionStepMetadata.Builder.clarifyCheck(Consumer<ClarifyCheckStepMetadata.Builder> clarifyCheck)
Container for the metadata for a Clarify check step.
|
Copyright © 2022. All rights reserved.