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

OutputConfig

import type { OutputConfig } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/sagemaker.ts";
interface OutputConfig {
CompilerOptions?: string | null;
KmsKeyId?: string | null;
S3OutputLocation: string;
TargetDevice?: TargetDevice | null;
TargetPlatform?: TargetPlatform | null;
}

§Properties

§
CompilerOptions?: string | null
[src]
§
KmsKeyId?: string | null
[src]
§
S3OutputLocation: string
[src]
§
TargetDevice?: TargetDevice | null
[src]
§
TargetPlatform?: TargetPlatform | null
[src]