Skip to main content
Module

x/openai/resources/fine-tunes.ts>FineTunes#list

Deno build of the official Typescript library for the OpenAI API. Source: https://github.com/openai/openai-node
Extremely Popular
Go to Latest
method FineTunes.prototype.list
import { FineTunes } from "https://deno.land/x/openai@v4.19.1/resources/fine-tunes.ts";

List your organization's fine-tuning jobs

Parameters

optional
options: Core.RequestOptions

Returns

Core.PagePromise<FineTunesPage, FineTune>