Checkpoint Models
Checkpoint metadata and creation options.
CheckpointInfo
Section titled “CheckpointInfo”Describes a checkpoint, its resources, and its creation state.
CheckpointInfo declaration
Section titled “CheckpointInfo declaration”interface CheckpointInfoCheckpointInfo properties
Section titled “CheckpointInfo properties”| 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. |
CheckpointCreateOptions
Section titled “CheckpointCreateOptions”Checkpoint creation behavior and wait settings.
CheckpointCreateOptions declaration
Section titled “CheckpointCreateOptions declaration”interface CheckpointCreateOptionsCheckpointCreateOptions properties
Section titled “CheckpointCreateOptions properties”| 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. |
