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.4/services/sagemaker.ts?docs=full";

The currently active data capture configuration used by your Endpoint.

interface DataCaptureConfigSummary {
CaptureStatus: CaptureStatus;
CurrentSamplingPercentage: number;
DestinationS3Uri: string;
EnableCapture: boolean;
KmsKeyId: string;
}

§Properties

§
CaptureStatus: CaptureStatus
[src]

Whether data capture is currently functional.

§
CurrentSamplingPercentage: number
[src]

The percentage of requests being captured by your Endpoint.

§
DestinationS3Uri: string
[src]

The Amazon S3 location being used to capture the data.

§
EnableCapture: boolean
[src]

Whether data capture is enabled or disabled.

§
KmsKeyId: string
[src]

The KMS key being used to encrypt the data in Amazon S3.