Class JobState (0.3.8)

JobState(value)

Describes the state of a job.

Values: JOB_STATE_UNSPECIFIED (0): The job state is unspecified. JOB_STATE_PENDING (9): The service is preparing to run the job. JOB_STATE_RUNNING (1): The job is in progress. JOB_STATE_SUCCEEDED (2): The job completed successfully. JOB_STATE_FAILED (3): The job failed. JOB_STATE_CANCELLED (4): The job has been cancelled. JOB_STATE_KNOWLEDGE_EXTRACTION (5): Entity Recon API: The knowledge extraction job is running. JOB_STATE_RECON_PREPROCESSING (6): Entity Recon API: The preprocessing job is running. JOB_STATE_CLUSTERING (7): Entity Recon API: The clustering job is running. JOB_STATE_EXPORTING_CLUSTERS (8): Entity Recon API: The exporting clusters job is running.