tinker.types.Checkpoint
Generated from tinker 0.30.4 at commit 1e5777e. Source links point at that snapshot.
class tinker.types.Checkpoint(BaseModel)
Fields:
- checkpoint_id (str) – The checkpoint ID
- checkpoint_type (CheckpointType) – The type of checkpoint (training, sampler, or external)
- 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
- user_metadata (dict[str, str] | None) – Optional user-provided metadata attached to the checkpoint
- expires_at (datetime | None) – When this checkpoint expires (None = never expires)