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

DataCaptureConfigSummary

import type { DataCaptureConfigSummary } from "https://aws-api.deno.dev/v0.3/services/sagemaker.ts?docs=full";
interface DataCaptureConfigSummary {
CaptureStatus: CaptureStatus;
CurrentSamplingPercentage: number;
DestinationS3Uri: string;
EnableCapture: boolean;
KmsKeyId: string;
}

§Properties

§
CaptureStatus: CaptureStatus
[src]
§
CurrentSamplingPercentage: number
[src]
§
DestinationS3Uri: string
[src]
§
EnableCapture: boolean
[src]
§
KmsKeyId: string
[src]