AWS::SageMaker::EndpointConfig 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::EndpointConfig CaptureContentTypeHeader

Specifies the JSON and CSV content types of the data that the endpoint captures.

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

A list of the CSV content types of the data that the endpoint captures. For the endpoint to capture the data, you must also specify the content type when you invoke the endpoint.

Required: No

Type: Array of String

Minimum: 1

Maximum: 10

Update requires: Replacement

JsonContentTypes

A list of the JSON content types of the data that the endpoint captures. For the endpoint to capture the data, you must also specify the content type when you invoke the endpoint.

Required: No

Type: Array of String

Minimum: 1

Maximum: 10

Update requires: Replacement