import { CancelFineTuningJobRequest } from "argot-open-ai/models/operations";
let value: CancelFineTuningJobRequest = {
fineTuningJobId: "ft-AF1WoRqd3aJAHsqc9NY7iL8F",
};
Field | Type | Required | Description | Example |
---|---|---|---|---|
fineTuningJobId |
string | ✔️ | The ID of the fine-tuning job to cancel. |
ft-AF1WoRqd3aJAHsqc9NY7iL8F |