Class ClarifyCheckStepMetadata
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.ClarifyCheckStepMetadata
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ClarifyCheckStepMetadata.Builder,ClarifyCheckStepMetadata>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceClarifyCheckStepMetadata.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbaselineUsedForDriftCheckConstraints()The Amazon S3 URI of baseline constraints file to be used for the drift check.static ClarifyCheckStepMetadata.Builderbuilder()StringcalculatedBaselineConstraints()The Amazon S3 URI of the newly calculated baseline constraints file.StringcheckJobArn()The Amazon Resource Name (ARN) of the check processing job that was run by this step's execution.StringcheckType()The type of the Clarify Check stepbooleanequals(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.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ClarifyCheckStepMetadata.Builder>serializableBuilderClass()BooleanskipCheck()This flag indicates if the drift check against the previous baseline will be skipped or not.ClarifyCheckStepMetadata.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringviolationReport()The Amazon S3 URI of the 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 Clarify Check step
- Returns:
- The type of the Clarify Check step
-
baselineUsedForDriftCheckConstraints
public final String baselineUsedForDriftCheckConstraints()
The Amazon S3 URI of baseline constraints file to be used for the drift check.
- Returns:
- The Amazon S3 URI of baseline constraints file to be used for the drift check.
-
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 the violation report if violations are detected.
- Returns:
- The Amazon S3 URI of the violation report if violations are detected.
-
checkJobArn
public final String checkJobArn()
The Amazon Resource Name (ARN) of the check processing job that was run by this step's execution.
- Returns:
- The Amazon Resource Name (ARN) of the check processing job that was run by this step's 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 theBaselineUsedForDriftCheckConstraintsproperty.- 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 theBaselineUsedForDriftCheckConstraintsproperty.
-
toBuilder
public ClarifyCheckStepMetadata.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ClarifyCheckStepMetadata.Builder,ClarifyCheckStepMetadata>
-
builder
public static ClarifyCheckStepMetadata.Builder builder()
-
serializableBuilderClass
public static Class<? extends ClarifyCheckStepMetadata.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-