InferenceExperimentDataStorageConfig

data class InferenceExperimentDataStorageConfig(val contentType: InferenceExperimentCaptureContentTypeHeader? = null, val destination: String, val kmsKey: String? = null)

The Amazon S3 location and configuration for storing inference request and response data.

Constructors

Link copied to clipboard
constructor(contentType: InferenceExperimentCaptureContentTypeHeader? = null, destination: String, kmsKey: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The Amazon S3 bucket where the inference request and response data is stored.

Link copied to clipboard
val kmsKey: String? = null

The AWS Key Management Service key that Amazon SageMaker uses to encrypt captured data at rest using Amazon S3 server-side encryption.