yr.InstanceProxy.checkpoint_id#
- property InstanceProxy.checkpoint_id: str | None#
The checkpoint_id associated with this instance.
Returns the checkpoint_id from the last snapshot() call, or the template checkpoint_id if this instance was created via snapstart().
- Returns:
The checkpoint ID, or None if no checkpoint is associated.
- Return type:
Optional[str]