import { type FineTuningJob } from "https://deno.land/x/openai@v4.24.3/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.
x/openai/resources/fine-tuning/mod.ts>FineTuningJob.Error
import { type FineTuningJob } from "https://deno.land/x/openai@v4.24.3/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.