Data QnA v1alpha API - Class ExecutionInfo (2.0.0-alpha02)

public sealed class ExecutionInfo : IMessage<ExecutionInfo>, IEquatable<ExecutionInfo>, IDeepCloneable<ExecutionInfo>, IBufferMessage, IMessage

Reference documentation and code samples for the Data QnA v1alpha API class ExecutionInfo.

Information about the backend status (such as BigQuery) of the execution.

Inheritance

object > ExecutionInfo

Namespace

Google.Cloud.DataQnA.V1Alpha

Assembly

Google.Cloud.DataQnA.V1Alpha.dll

Constructors

ExecutionInfo()

public ExecutionInfo()

ExecutionInfo(ExecutionInfo)

public ExecutionInfo(ExecutionInfo other)
Parameter
NameDescription
otherExecutionInfo

Properties

BigqueryJob

public BigQueryJob BigqueryJob { get; set; }

BigQuery job information. Future versions will have different backends. Hence, clients must make sure they can handle it when this field is not populated.

Property Value
TypeDescription
BigQueryJob

CreateTime

public Timestamp CreateTime { get; set; }

Time when the execution was triggered.

Property Value
TypeDescription
Timestamp

JobCreationStatus

public Status JobCreationStatus { get; set; }

Status returned by the backend when the job was created.

Property Value
TypeDescription
Status

JobExecutionState

public ExecutionInfo.Types.JobExecutionState JobExecutionState { get; set; }

Status of the job execution.

Property Value
TypeDescription
ExecutionInfoTypesJobExecutionState