Class QualityCheckStepMetadata
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.QualityCheckStepMetadata
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<QualityCheckStepMetadata.Builder,QualityCheckStepMetadata>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceQualityCheckStepMetadata.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbaselineUsedForDriftCheckConstraints()The Amazon S3 URI of the baseline constraints file used for the drift check.StringbaselineUsedForDriftCheckStatistics()The Amazon S3 URI of the baseline statistics file used for the drift check.static QualityCheckStepMetadata.Builderbuilder()StringcalculatedBaselineConstraints()The Amazon S3 URI of the newly calculated baseline constraints file.StringcalculatedBaselineStatistics()The Amazon S3 URI of the newly calculated baseline statistics file.StringcheckJobArn()The Amazon Resource Name (ARN) of the Quality check processing job that was run by this step execution.StringcheckType()The type of the Quality check step.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringmodelPackageGroupName()The model package group name.BooleanregisterNewBaseline()This flag indicates if a newly calculated baseline can be accessed through step propertiesBaselineUsedForDriftCheckConstraintsandBaselineUsedForDriftCheckStatistics.List<SdkField<?>>sdkFields()static Class<? extends QualityCheckStepMetadata.Builder>serializableBuilderClass()BooleanskipCheck()This flag indicates if the drift check against the previous baseline will be skipped or not.QualityCheckStepMetadata.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringviolationReport()The Amazon S3 URI of violation report if violations are detected.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
checkType
public final String checkType()
The type of the Quality check step.
- Returns:
- The type of the Quality check step.
-
baselineUsedForDriftCheckStatistics
public final String baselineUsedForDriftCheckStatistics()
The Amazon S3 URI of the baseline statistics file used for the drift check.
- Returns:
- The Amazon S3 URI of the baseline statistics file used for the drift check.
-
baselineUsedForDriftCheckConstraints
public final String baselineUsedForDriftCheckConstraints()
The Amazon S3 URI of the baseline constraints file used for the drift check.
- Returns:
- The Amazon S3 URI of the baseline constraints file used for the drift check.
-
calculatedBaselineStatistics
public final String calculatedBaselineStatistics()
The Amazon S3 URI of the newly calculated baseline statistics file.
- Returns:
- The Amazon S3 URI of the newly calculated baseline statistics file.
-
calculatedBaselineConstraints
public final String calculatedBaselineConstraints()
The Amazon S3 URI of the newly calculated baseline constraints file.
- Returns:
- The Amazon S3 URI of the newly calculated baseline constraints file.
-
modelPackageGroupName
public final String modelPackageGroupName()
The model package group name.
- Returns:
- The model package group name.
-
violationReport
public final String violationReport()
The Amazon S3 URI of violation report if violations are detected.
- Returns:
- The Amazon S3 URI of violation report if violations are detected.
-
checkJobArn
public final String checkJobArn()
The Amazon Resource Name (ARN) of the Quality check processing job that was run by this step execution.
- Returns:
- The Amazon Resource Name (ARN) of the Quality check processing job that was run by this step execution.
-
skipCheck
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.- Returns:
- 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.
-
registerNewBaseline
public final Boolean registerNewBaseline()
This flag indicates if a newly calculated baseline can be accessed through step properties
BaselineUsedForDriftCheckConstraintsandBaselineUsedForDriftCheckStatistics. If it is set toFalse, the previous baseline of the configured check type must also be available. These can be accessed through theBaselineUsedForDriftCheckConstraintsandBaselineUsedForDriftCheckStatisticsproperties.- Returns:
- This flag indicates if a newly calculated baseline can be accessed through step properties
BaselineUsedForDriftCheckConstraintsandBaselineUsedForDriftCheckStatistics. If it is set toFalse, the previous baseline of the configured check type must also be available. These can be accessed through theBaselineUsedForDriftCheckConstraintsandBaselineUsedForDriftCheckStatisticsproperties.
-
toBuilder
public QualityCheckStepMetadata.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<QualityCheckStepMetadata.Builder,QualityCheckStepMetadata>
-
builder
public static QualityCheckStepMetadata.Builder builder()
-
serializableBuilderClass
public static Class<? extends QualityCheckStepMetadata.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-