AWS::SageMaker::InferenceExperiment CaptureContentTypeHeader - AWS CloudFormation

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 AWS 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