Skip to content

Checkpoint

class mint.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
  • mindlab-toolkit_path ( str ) – The mindlab-toolkit 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)

Referenced by

  • mint.types.CheckpointsListResponse
  • mint.types.TrainingRun