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

Get info about a fine-tuning job.

Parameters

jobID: string

The ID of the fine-tuning job.

Returns

Promise<FineTuningJob>

The fine-tuning object with the given ID.