Skip to content

Files

Latest commit

b78c498 · Oct 15, 2024

History

History
19 lines (14 loc) · 2.19 KB

listfinetuningjobcheckpointsrequest.md

File metadata and controls

19 lines (14 loc) · 2.19 KB

ListFineTuningJobCheckpointsRequest

Example Usage

import { ListFineTuningJobCheckpointsRequest } from "argot-open-ai/models/operations";

let value: ListFineTuningJobCheckpointsRequest = {
  fineTuningJobId: "ft-AF1WoRqd3aJAHsqc9NY7iL8F",
};

Fields

Field Type Required Description Example
fineTuningJobId string ✔️ The ID of the fine-tuning job to get checkpoints for.
ft-AF1WoRqd3aJAHsqc9NY7iL8F
after string Identifier for the last checkpoint ID from the previous pagination request.
limit number Number of checkpoints to retrieve.