import { type FineTuningJob } from "https://deno.land/x/openai@v4.69.0/resources/fine-tuning/jobs/mod.ts";
const { Hyperparameters } = FineTuningJob;
The hyperparameters used for the fine-tuning job. See the fine-tuning guide for more details.
x/openai/resources/fine-tuning/jobs/mod.ts>FineTuningJob.Hyperparameters
import { type FineTuningJob } from "https://deno.land/x/openai@v4.69.0/resources/fine-tuning/jobs/mod.ts";
const { Hyperparameters } = FineTuningJob;
The hyperparameters used for the fine-tuning job. See the fine-tuning guide for more details.