tinker.types.CheckpointsListResponse
Generated from tinker 0.30.4 at commit 1e5777e. Source links point at that snapshot.
class tinker.types.CheckpointsListResponse(BaseModel)
Fields:
- checkpoints (list[Checkpoint]) – List of available model checkpoints for the model
- cursor (Cursor | None) – Pagination cursor information (None for unpaginated responses)