Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.97 KB

listfinetuningeventsrequest.md

File metadata and controls

19 lines (14 loc) · 1.97 KB

ListFineTuningEventsRequest

Example Usage

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

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

Fields

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