Skip to content

OpenAI.JobStatus

Andrew Lambert edited this page Jan 27, 2024 · 1 revision

OpenAI.ResultType

Enumeration

 Protected Enum JobStatus
  Queued
  ValidatingFiles
  Running
  Succeeded
  Failed
  Canceled
  Pending

Remarks

Returned by FineTuneJob.Status to indicate the current status of the job.

Type Comment
Queued Received but not yet processed
ValidatingFiles Checking the training file(s) for errors.
Running The training job is currently running.
Succeeded The job completed without error.
Failed The job completed with errors.
Canceled The job was canceled by the user.
Pending Reserved.
Clone this wiki locally