Enterprise Knowledge Graph v1 API - Enum JobState (1.0.0-beta02)

public enum JobState

Reference documentation and code samples for the Enterprise Knowledge Graph v1 API enum JobState.

Describes the state of a job.

Namespace

Google.Cloud.EnterpriseKnowledgeGraph.V1

Assembly

Google.Cloud.EnterpriseKnowledgeGraph.V1.dll

Fields

NameDescription
Cancelled

The job has been cancelled.

Clustering

Entity Recon API: The clustering job is running.

ExportingClusters

Entity Recon API: The exporting clusters job is running.

Failed

The job failed.

KnowledgeExtraction

Entity Recon API: The knowledge extraction job is running.

Pending

The service is preparing to run the job.

ReconPreprocessing

Entity Recon API: The preprocessing job is running.

Running

The job is in progress.

Succeeded

The job completed successfully.

Unspecified

The job state is unspecified.