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.

Types

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

Properties

Link copied to clipboard

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

Link copied to clipboard

The Amazon S3 URI of the baseline statistics file 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 S3 URI of the newly calculated baseline statistics file.

Link copied to clipboard

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

Link copied to clipboard

The type of the Quality 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 and BaselineUsedForDriftCheckStatistics properties.

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 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