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

x/openai_deno/mod.ts>FineTuneRaw

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

Properties

id: string
object: string
created_at: number
updated_at: number
model: string
fine_tuned_model: string
organization_id: string
hyperparams: Record<string, unknown>
training_files: FileRaw[]
validation_files: FileRaw[]
result_files: FileRaw[]