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

InferenceExperimentDataStorageConfig

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

The Amazon S3 location and configuration for storing inference request and response data.

interface InferenceExperimentDataStorageConfig {
ContentType?: CaptureContentTypeHeader | null;
Destination: string;
KmsKey?: string | null;
}

§Properties

§
ContentType?: CaptureContentTypeHeader | null
[src]
§
Destination: string
[src]

The Amazon S3 bucket where the inference request and response data is stored.

§
KmsKey?: string | null
[src]

The Amazon Web Services Key Management Service key that Amazon SageMaker uses to encrypt captured data at rest using Amazon S3 server-side encryption.