Unique checkpoint id (UUIDv4 assigned by the runtime).
Id of the graph run that produced this checkpoint.
Id of the CompiledExecutionGraph being executed.
Id of the node that triggered checkpoint persistence.
Unix epoch milliseconds when the checkpoint was persisted.
Serialised byte size of the GraphState payload.
Whether a full MemoryView snapshot was included in the payload.
Lightweight descriptor stored alongside each persisted checkpoint snapshot. Used by the runtime to enumerate and restore checkpoints without deserialising the full
GraphStatepayload.