import { ListFineTuningEventsRequest } from "argot-open-ai/models/operations";
let value: ListFineTuningEventsRequest = {
fineTuningJobId: "ft-AF1WoRqd3aJAHsqc9NY7iL8F",
};
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. |