Data QnA v1alpha API - Enum ExecutionInfo.Types.JobExecutionState (2.0.0-alpha02)

public enum ExecutionInfo.Types.JobExecutionState

Reference documentation and code samples for the Data QnA v1alpha API enum ExecutionInfo.Types.JobExecutionState.

Enum of possible job execution statuses.

Namespace

Google.Cloud.DataQnA.V1Alpha

Assembly

Google.Cloud.DataQnA.V1Alpha.dll

Fields

NameDescription
Failed

The job completed unsuccessfully.

NotExecuted

No job execution was requested, yet.

Running

The job is running.

Succeeded

The job completed successfully.

Unspecified

No job execution was specified.