Skip to main content
GET
GET /v1/training-jobs/{job_id}/checkpoints 返回训练任务可见的检查点。

请求

string
必填
您的 Fastino API 密钥。
string
必填
训练任务 UUID。

响应

boolean
请求是否成功。
object[]
已保存的检查点。每一项可能包含 id、job_id、epoch、step、损失值、accuracy、learning_rate、GPU 显存值、checkpoint_path、is_deployable、is_best、is_final 以及时间戳。
integer
返回的检查点数量。
未知或无法访问的任务返回 404。