Skip to main content
Module

x/openai/resources/fine-tuning/mod.ts>Jobs#retrieve

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
method Jobs.prototype.retrieve
import { Jobs } from "https://deno.land/x/openai@v4.52.3/resources/fine-tuning/mod.ts";

Get info about a fine-tuning job.

Learn more about fine-tuning

Parameters

fineTuningJobId: string
optional
options: Core.RequestOptions

Returns

Core.APIPromise<FineTuningJob>