Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 777 Bytes

retrievefinetuningjobrequest.md

File metadata and controls

17 lines (12 loc) · 777 Bytes

RetrieveFineTuningJobRequest

Example Usage

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

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

Fields

Field Type Required Description Example
fineTuningJobId string ✔️ The ID of the fine-tuning job.
ft-AF1WoRqd3aJAHsqc9NY7iL8F