Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 921 Bytes

cancelfinetuningjobrequest.md

File metadata and controls

17 lines (12 loc) · 921 Bytes

CancelFineTuningJobRequest

Example Usage

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

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

Fields

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