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