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

AutoMLOutputDataConfig

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

The output data configuration.

interface AutoMLOutputDataConfig {
KmsKeyId?: string | null;
S3OutputPath: string;
}

§Properties

§
KmsKeyId?: string | null
[src]

The Key Management Service (KMS) encryption key ID.

§
S3OutputPath: string
[src]

The Amazon S3 output path. Must be 128 characters or less.