Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CaptureContentTypeHeader

import type { CaptureContentTypeHeader } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";

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

interface CaptureContentTypeHeader {
CsvContentTypes?: string[] | null;
JsonContentTypes?: string[] | null;
}

§Properties

§
CsvContentTypes?: string[] | null
[src]

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

§
JsonContentTypes?: string[] | null
[src]

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