Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface CreateFineTuningJobRawRequest
Re-export
import { type CreateFineTuningJobRawRequest } from "https://deno.land/x/openai_deno@v0.9.8/mod.ts";

Properties

training_file: string
optional
validation_file: string | null
model: string
optional
hyperparameters: { n_epochs?: number; }
optional
suffix: string | null