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.