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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon S3 URI of baseline constraints file to be used for the drift check.

Link copied to clipboard

The Amazon S3 URI of the newly calculated baseline constraints file.

Link copied to clipboard

The Amazon Resource Name (ARN) of the check processing job that was run by this step's execution.

Link copied to clipboard

The type of the Clarify Check step

Link copied to clipboard

The model package group name.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

The Amazon S3 URI of the violation report if violations are detected.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String