Inference Experiment Capture Content Type Header
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.