InferenceExperimentCaptureContentTypeHeaderArgs

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

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: Output<List<String>>? = null, jsonContentTypes: Output<List<String>>? = null)

Properties

Link copied to clipboard
val csvContentTypes: Output<List<String>>? = null

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

Link copied to clipboard
val jsonContentTypes: Output<List<String>>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): InferenceExperimentCaptureContentTypeHeaderArgs