Hierarchy

  • APIResource
    • Jobs

Constructors

Properties

Methods

Constructors

  • Parameters

    Returns Jobs

Properties

_client: openai.OpenAI

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>

Generated using TypeDoc