Hierarchy

  • APIResource
    • Jobs

Constructors

  • Parameters

    • client: OpenAI

    Returns Jobs

Properties

checkpoints: Checkpoints

Methods

  • Immediately cancel a fine-tune job.

    Parameters

    Returns APIPromise<FineTuningJob>

  • Creates a fine-tuning job which begins the process of creating a new model from a given dataset.

    Response includes details of the enqueued job including job status and the name of the fine-tuned models once complete.

    Learn more about fine-tuning

    Parameters

    Returns APIPromise<FineTuningJob>