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

DataCaptureConfig

import type { DataCaptureConfig } from "https://aws-api.deno.dev/v0.3/services/sagemaker.ts?docs=full";
interface DataCaptureConfig {
CaptureContentTypeHeader?: CaptureContentTypeHeader | null;
CaptureOptions: CaptureOption[];
DestinationS3Uri: string;
EnableCapture?: boolean | null;
InitialSamplingPercentage: number;
KmsKeyId?: string | null;
}

§Properties

§
CaptureContentTypeHeader?: CaptureContentTypeHeader | null
[src]
§
CaptureOptions: CaptureOption[]
[src]
§
DestinationS3Uri: string
[src]
§
EnableCapture?: boolean | null
[src]
§
InitialSamplingPercentage: number
[src]
§
KmsKeyId?: string | null
[src]