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

DebugHookConfig

import type { DebugHookConfig } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/sagemaker.ts";
interface DebugHookConfig {
CollectionConfigurations?: CollectionConfiguration[] | null;
HookParameters?: {
[key: string]: string | null | undefined;
}
| null;
LocalPath?: string | null;
S3OutputPath: string;
}

§Properties

§
CollectionConfigurations?: CollectionConfiguration[] | null
[src]
§
HookParameters?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
LocalPath?: string | null
[src]
§
S3OutputPath: string
[src]