InferenceExperimentCaptureContentTypeHeader

data class InferenceExperimentCaptureContentTypeHeader(val csvContentTypes: List<String>? = null, val jsonContentTypes: List<String>? = null)

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

Constructors

constructor(csvContentTypes: List<String>? = null, jsonContentTypes: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of all content type headers that SageMaker will treat as CSV and capture accordingly.

Link copied to clipboard

The list of all content type headers that SageMaker will treat as JSON and capture accordingly.