Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/openai/resources/fine-tuning/mod.ts>FineTuningJob.Error

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
interface FineTuningJob.Error
import { type FineTuningJob } from "https://deno.land/x/openai@v4.45.0/resources/fine-tuning/mod.ts";
const { Error } = FineTuningJob;

For fine-tuning jobs that have failed, this will contain more information on the cause of the failure.

Properties

code: string

A machine-readable error code.

message: string

A human-readable error message.

param: string | null

The parameter that was invalid, usually training_file or validation_file. This field will be null if the failure was not parameter-specific.