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

x/openai_deno/mod.ts>FineTune

OpenAI API wrapper for deno.
Latest
interface FineTune
Re-export
import { type FineTune } from "https://deno.land/x/openai_deno@v0.9.8/mod.ts";

Properties

id: string
object: string
createdAt: number
updatedAt: number
model: string
fineTunedModel: string
organizationID: string
hyperparams: Record<string, unknown>
trainingFiles: File[]
validationFiles: File[]
resultFiles: File[]
events: FineTuneEvent[]