public enum JobState
Reference documentation and code samples for the Cloud AI Platform v1beta1 API enum JobState.
Describes the state of a job.
Namespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Fields |
|
---|---|
Name | Description |
Cancelled |
The job has been cancelled. |
Cancelling |
The job is being cancelled. From this state the job may only go to
either |
Expired |
The job has expired. |
Failed |
The job failed. |
PartiallySucceeded |
The job is partially succeeded, some results may be missing due to errors. |
Paused |
The job has been stopped, and can be resumed. |
Pending |
The service is preparing to run the job. |
Queued |
The job has been just created or resumed and processing has not yet begun. |
Running |
The job is in progress. |
Succeeded |
The job completed successfully. |
Unspecified |
The job state is unspecified. |
Updating |
The job is being updated. Only jobs in the |