@Generated(value="software.amazon.awssdk:codegen") public final class ClarifyCheckStepMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ClarifyCheckStepMetadata.Builder,ClarifyCheckStepMetadata>
The container for the metadata for the ClarifyCheck step. For more information, see the topic on ClarifyCheck step in the Amazon SageMaker Developer Guide.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ClarifyCheckStepMetadata.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
baselineUsedForDriftCheckConstraints()
The Amazon S3 URI of baseline constraints file to be used for the drift check.
|
static ClarifyCheckStepMetadata.Builder |
builder() |
String |
calculatedBaselineConstraints()
The Amazon S3 URI of the newly calculated baseline constraints file.
|
String |
checkJobArn()
The Amazon Resource Name (ARN) of the check processing job that was run by this step's execution.
|
String |
checkType()
The type of the Clarify Check step
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
modelPackageGroupName()
The model package group name.
|
Boolean |
registerNewBaseline()
This flag indicates if a newly calculated baseline can be accessed through step properties
BaselineUsedForDriftCheckConstraints and BaselineUsedForDriftCheckStatistics. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ClarifyCheckStepMetadata.Builder> |
serializableBuilderClass() |
Boolean |
skipCheck()
This flag indicates if the drift check against the previous baseline will be skipped or not.
|
ClarifyCheckStepMetadata.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
violationReport()
The Amazon S3 URI of the violation report if violations are detected.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String checkType()
The type of the Clarify Check step
public final String baselineUsedForDriftCheckConstraints()
The Amazon S3 URI of baseline constraints file to be used for the drift check.
public final String calculatedBaselineConstraints()
The Amazon S3 URI of the newly calculated baseline constraints file.
public final String modelPackageGroupName()
The model package group name.
public final String violationReport()
The Amazon S3 URI of the violation report if violations are detected.
public final String checkJobArn()
The Amazon Resource Name (ARN) of the check processing job that was run by this step's execution.
public final 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.
False, the previous baseline of the configured check type must be available.public final 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.
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.public ClarifyCheckStepMetadata.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ClarifyCheckStepMetadata.Builder,ClarifyCheckStepMetadata>public static ClarifyCheckStepMetadata.Builder builder()
public static Class<? extends ClarifyCheckStepMetadata.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.