Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.45.0/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>