JobState(value)
Describes the state of a job.
Enums |
|
---|---|
Name | Description |
JOB_STATE_UNSPECIFIED |
The job state is unspecified. |
JOB_STATE_PENDING |
The service is preparing to run the job. |
JOB_STATE_RUNNING |
The job is in progress. |
JOB_STATE_SUCCEEDED |
The job completed successfully. |
JOB_STATE_FAILED |
The job failed. |
JOB_STATE_CANCELLED |
The job has been cancelled. |
JOB_STATE_KNOWLEDGE_EXTRACTION |
Entity Recon API: The knowledge extraction job is running. |
JOB_STATE_RECON_PREPROCESSING |
Entity Recon API: The preprocessing job is running. |
JOB_STATE_CLUSTERING |
Entity Recon API: The clustering job is running. |
JOB_STATE_EXPORTING_CLUSTERS |
Entity Recon API: The exporting clusters job is running. |