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

CheckpointConfig

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

Contains information about the output location for managed spot training checkpoint data.

interface CheckpointConfig {
LocalPath?: string | null;
S3Uri: string;
}

§Properties

§
LocalPath?: string | null
[src]

(Optional) The local directory where checkpoints are written. The default directory is /opt/ml/checkpoints/.

§
S3Uri: string
[src]

Identifies the S3 path where you want SageMaker to store checkpoints. For example, s3://bucket-name/key-name-prefix.