@Generated(value="software.amazon.awssdk:codegen") public final class QualityCheckStepMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<QualityCheckStepMetadata.Builder,QualityCheckStepMetadata>
Container for the metadata for a Quality check step. For more information, see the topic on QualityCheck step in the Amazon SageMaker Developer Guide.
| Modifier and Type | Class and Description |
|---|---|
static interface |
QualityCheckStepMetadata.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
baselineUsedForDriftCheckConstraints()
The Amazon S3 URI of the baseline constraints file used for the drift check.
|
String |
baselineUsedForDriftCheckStatistics()
The Amazon S3 URI of the baseline statistics file used for the drift check.
|
static QualityCheckStepMetadata.Builder |
builder() |
String |
calculatedBaselineConstraints()
The Amazon S3 URI of the newly calculated baseline constraints file.
|
String |
calculatedBaselineStatistics()
The Amazon S3 URI of the newly calculated baseline statistics file.
|
String |
checkJobArn()
The Amazon Resource Name (ARN) of the Quality check processing job that was run by this step execution.
|
String |
checkType()
The type of the Quality 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 QualityCheckStepMetadata.Builder> |
serializableBuilderClass() |
Boolean |
skipCheck()
This flag indicates if the drift check against the previous baseline will be skipped or not.
|
QualityCheckStepMetadata.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
violationReport()
The Amazon S3 URI of violation report if violations are detected.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String checkType()
The type of the Quality check step.
public final String baselineUsedForDriftCheckStatistics()
The Amazon S3 URI of the baseline statistics file used for the drift check.
public final String baselineUsedForDriftCheckConstraints()
The Amazon S3 URI of the baseline constraints file used for the drift check.
public final String calculatedBaselineStatistics()
The Amazon S3 URI of the newly calculated baseline statistics file.
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 violation report if violations are detected.
public final String checkJobArn()
The Amazon Resource Name (ARN) of the Quality check processing job that was run by this step 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 and
BaselineUsedForDriftCheckStatistics 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 and
BaselineUsedForDriftCheckStatistics properties.public QualityCheckStepMetadata.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<QualityCheckStepMetadata.Builder,QualityCheckStepMetadata>public static QualityCheckStepMetadata.Builder builder()
public static Class<? extends QualityCheckStepMetadata.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.