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.deno.dev/v0.4/services/sagemaker.ts?docs=full";

Configuration information for the Amazon SageMaker Debugger hook parameters, metric and tensor collections, and storage paths. To learn more about how to configure the DebugHookConfig parameter, see Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job.

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

§Properties

§
CollectionConfigurations?: CollectionConfiguration[] | null
[src]

Configuration information for Amazon SageMaker Debugger tensor collections. To learn more about how to configure the CollectionConfiguration parameter, see Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job.

§
HookParameters?: {
[key: string]: string | null | undefined;
}
| null
[src]

Configuration information for the Amazon SageMaker Debugger hook parameters.

§
LocalPath?: string | null
[src]

Path to local storage location for metrics and tensors. Defaults to /opt/ml/output/tensors/.

§
S3OutputPath: string
[src]

Path to Amazon S3 storage location for metrics and tensors.