DataCaptureConfig

Configuration to control how SageMaker AI captures inference data.

Types

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

Properties

Link copied to clipboard

Configuration specifying how to treat different headers. If no headers are specified SageMaker AI will by default base64 encode when capturing the data.

Link copied to clipboard

Specifies data Model Monitor will capture. You can configure whether to collect only input, only output, or both

Link copied to clipboard

The Amazon S3 location used to capture the data.

Link copied to clipboard

Whether data capture should be enabled or disabled (defaults to enabled).

Link copied to clipboard

The percentage of requests SageMaker AI will capture. A lower value is recommended for Endpoints with high traffic.

Link copied to clipboard

The Amazon Resource Name (ARN) of an Key Management Service key that SageMaker AI uses to encrypt the captured data at rest using Amazon S3 server-side encryption.

Functions

Link copied to clipboard
inline fun copy(block: DataCaptureConfig.Builder.() -> Unit = {}): DataCaptureConfig
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