Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/openai/resources/fine-tuning/jobs/mod.ts>FineTuningJobCheckpoint

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
namespace FineTuningJobCheckpoint
import { FineTuningJobCheckpoint } from "https://deno.land/x/openai@v4.45.0/resources/fine-tuning/jobs/mod.ts";

Interfaces

Metrics at the step number during the fine-tuning job.

interface FineTuningJobCheckpoint
import { type FineTuningJobCheckpoint } from "https://deno.land/x/openai@v4.45.0/resources/fine-tuning/jobs/mod.ts";

The fine_tuning.job.checkpoint object represents a model checkpoint for a fine-tuning job that is ready to use.

Properties

id: string

The checkpoint identifier, which can be referenced in the API endpoints.

created_at: number

The Unix timestamp (in seconds) for when the checkpoint was created.

fine_tuned_model_checkpoint: string

The name of the fine-tuned checkpoint model that is created.

fine_tuning_job_id: string

The name of the fine-tuning job that this checkpoint was created from.

Metrics at the step number during the fine-tuning job.

object: "fine_tuning.job.checkpoint"

The object type, which is always "fine_tuning.job.checkpoint".

step_number: number

The step number that the checkpoint was created at.