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

TensorBoardOutputConfig

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

Configuration of storage locations for the Amazon SageMaker Debugger TensorBoard output data.

interface TensorBoardOutputConfig {
LocalPath?: string | null;
S3OutputPath: string;
}

§Properties

§
LocalPath?: string | null
[src]

Path to local storage location for tensorBoard output. Defaults to /opt/ml/output/tensorboard.

§
S3OutputPath: string
[src]

Path to Amazon S3 storage location for TensorBoard output.