The job is being cancelled. From this state the job may only go to
either JOB_STATE_SUCCEEDED, JOB_STATE_FAILED or JOB_STATE_CANCELLED.
Expired
The job has expired.
Failed
The job failed.
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. The job is only able to be updated at RUNNING
state; if the update operation succeeds, job goes back to RUNNING state; if
the update operation fails, the job goes back to RUNNING state with error
messages written to [ModelDeploymentMonitoringJob.partial_errors][] field
if it is a ModelDeploymentMonitoringJob.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-10 UTC."],[[["The webpage details the `JobState` enum within the `Google.Cloud.AIPlatform.V1` namespace, used to describe the lifecycle status of a job."],["Version 3.22.0 is the latest available version, with a comprehensive list of previous versions spanning from 3.21.0 back to 1.0.0."],["The `JobState` enum includes states such as `Cancelled`, `Cancelling`, `Expired`, `Failed`, `Paused`, `Pending`, `Queued`, `Running`, `Succeeded`, `Unspecified`, and `Updating`, each representing a different stage in a job's execution."],["Each `JobState` has a corresponding description outlining its meaning, like `Cancelling` indicating a job in the process of being cancelled and `Succeeded` indicating a successfully completed job."],["The `Updating` job state is specific to changes made to a job that is currently in `RUNNING` state, with the job either returning to `RUNNING` or displaying error messages if there is a failed update operation."]]],[]]