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