AWS::SageMaker::InferenceExperiment CaptureContentTypeHeader - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::SageMaker::InferenceExperiment CaptureContentTypeHeader

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

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "CsvContentTypes" : [ String, ... ], "JsonContentTypes" : [ String, ... ] }

YAML

CsvContentTypes: - String JsonContentTypes: - String

Properties

CsvContentTypes

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

Required: No

Type: Array of String

Minimum: 1 | 1

Maximum: 256 | 10

Update requires: No interruption

JsonContentTypes

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

Required: No

Type: Array of String

Minimum: 1 | 1

Maximum: 256 | 10

Update requires: No interruption