import { type FineTuningJobCheckpoint } from "https://deno.land/x/openai@v4.45.0/resources/fine-tuning/jobs/mod.ts";
const { Metrics } = FineTuningJobCheckpoint;
Metrics at the step number during the fine-tuning job.
x/openai/resources/fine-tuning/jobs/mod.ts>FineTuningJobCheckpoint.Metrics
import { type FineTuningJobCheckpoint } from "https://deno.land/x/openai@v4.45.0/resources/fine-tuning/jobs/mod.ts";
const { Metrics } = FineTuningJobCheckpoint;
Metrics at the step number during the fine-tuning job.