Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
method OpenAI.prototype.cancelFineTuningJob
import { OpenAI } from "https://deno.land/x/openai_deno@v0.9.8/mod.ts";

Immediately cancel a fine-tune job.

Parameters

jobID: string

The ID of the fine-tuning job to cancel.

Returns

Promise<FineTuningJob>

The cancelled fine-tuning object.