Class State (1.10.2)

State(value)

Enum description of the state of the underlying AIP job.

Values: STATE_UNSPECIFIED (0): The job state is unspecified. QUEUED (1): The job has been just created and processing has not yet begun. PREPARING (2): The service is preparing to execution the job. RUNNING (3): The job is in progress. SUCCEEDED (4): The job completed successfully. FAILED (5): The job failed. error_message should contain the details of the failure. CANCELLING (6): The job is being cancelled. error_message should describe the reason for the cancellation. CANCELLED (7): The job has been cancelled. error_message should describe the reason for the cancellation. EXPIRED (9): The job has become expired (relevant to Vertex AI jobs) https://cloud.google.com/vertex-ai/docs/reference/rest/v1/JobState INITIALIZING (10): The Execution is being created.