-
-
Notifications
You must be signed in to change notification settings - Fork 7
OpenAI.JobStatus
Andrew Lambert edited this page Jan 27, 2024
·
1 revision
OpenAI.ResultType
Protected Enum JobStatus
Queued
ValidatingFiles
Running
Succeeded
Failed
Canceled
Pending
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. |
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2023-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.