Checkpoint - Tinker Documentation
tinker.types.Checkpoint
class tinker.types.Checkpoint( BaseModel)
Fields:
- checkpoint_id ( str) – The checkpoint ID
- checkpoint_type ( CheckpointType) – The type of checkpoint (training or sampler)
- time ( datetime) – The time when the checkpoint was created
- tinker_path ( str) – The tinker path to the checkpoint
- size_bytes ( int | None) – The size of the checkpoint in bytes
- public ( bool) – Whether the checkpoint is publicly accessible
- expires_at ( datetime | None) – When this checkpoint expires (None = never expires)