import { type FineTuningJob } from "https://deno.land/x/openai@v4.69.0/resources/fine-tuning/jobs/jobs.ts";
const { Error } = FineTuningJob;
For fine-tuning jobs that have failed
, this will contain more information on
the cause of the failure.
x/openai/resources/fine-tuning/jobs/jobs.ts>FineTuningJob.Error
import { type FineTuningJob } from "https://deno.land/x/openai@v4.69.0/resources/fine-tuning/jobs/jobs.ts";
const { Error } = FineTuningJob;
For fine-tuning jobs that have failed
, this will contain more information on
the cause of the failure.