Skip to content

Checkpoint Models

Checkpoint metadata and creation options.

Describes a checkpoint, its resources, and its creation state.

interface CheckpointInfo
Name Type Description
displayName string Human-readable resource name.
id string Unique resource UUID.
resources RuntimeResources Runtime resource configuration.
state CheckpointState Current checkpoint creation state.

Checkpoint creation behavior and wait settings.

interface CheckpointCreateOptions
Name Type Description
pollIntervalMs? number Polling interval in milliseconds.
timeoutMs? number Request timeout in milliseconds.
wait? boolean Whether to wait for the operation to become ready.