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: List of String
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: List of String
Maximum:
10
Update requires: Replacement