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

FlowDefinitionOutputConfig

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

Contains information about where human output will be stored.

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

§Properties

§
KmsKeyId?: string | null
[src]

The Amazon Key Management Service (KMS) key ID for server-side encryption.

§
S3OutputPath: string
[src]

The Amazon S3 path where the object containing human output will be made available.

To learn more about the format of Amazon A2I output data, see Amazon A2I Output Data.