Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/openai_deno/mod.ts>OpenAI#retrieveFineTune

OpenAI API wrapper for deno.
Latest
method OpenAI.prototype.retrieveFineTune
Deprecated
Deprecated

OpenAI recommends transitioning to the updating fine-tuning API

import { OpenAI } from "https://deno.land/x/openai_deno@v0.9.8/mod.ts";

Gets info about the fine-tune job.

Learn more about Fine-tuning

Parameters

fineTuneID: string

The ID of the fine-tune job

Returns

Promise<FineTune>

The fine-tune job.