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

JobCheckpointConfig

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

Contains information about the output locations for job checkpoint data.

interface JobCheckpointConfig {
localPath?: string | null;
s3Uri: string;
}

§Properties

§
localPath?: string | null
[src]

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

§
s3Uri: string
[src]

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