Enterprise Knowledge Graph v1 API - Class EntityReconciliationJob (1.0.0-beta04)

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

Reference documentation and code samples for the Enterprise Knowledge Graph v1 API class EntityReconciliationJob.

Entity reconciliation job message.

Inheritance

object > EntityReconciliationJob

Namespace

Google.Cloud.EnterpriseKnowledgeGraph.V1

Assembly

Google.Cloud.EnterpriseKnowledgeGraph.V1.dll

Constructors

EntityReconciliationJob()

public EntityReconciliationJob()

EntityReconciliationJob(EntityReconciliationJob)

public EntityReconciliationJob(EntityReconciliationJob other)
Parameter
Name Description
other EntityReconciliationJob

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. Time when the EntityReconciliationJob was created.

Property Value
Type Description
Timestamp

EndTime

public Timestamp EndTime { get; set; }

Output only. Time when the EntityReconciliationJob entered any of the following states: JOB_STATE_SUCCEEDED, JOB_STATE_FAILED, JOB_STATE_CANCELLED.

Property Value
Type Description
Timestamp

EntityReconciliationJobName

public EntityReconciliationJobName EntityReconciliationJobName { get; set; }

EntityReconciliationJobName-typed view over the Name resource name property.

Property Value
Type Description
EntityReconciliationJobName

Error

public Status Error { get; set; }

Output only. Only populated when the job's state is JOB_STATE_FAILED or JOB_STATE_CANCELLED.

Property Value
Type Description
Status

InputConfig

public InputConfig InputConfig { get; set; }

Required. Information about the input BigQuery tables.

Property Value
Type Description
InputConfig

Name

public string Name { get; set; }

Output only. Resource name of the EntityReconciliationJob.

Property Value
Type Description
string

OutputConfig

public OutputConfig OutputConfig { get; set; }

Required. The desired output location.

Property Value
Type Description
OutputConfig

ReconConfig

public ReconConfig ReconConfig { get; set; }

Optional. Recon configs to adjust the clustering behavior.

Property Value
Type Description
ReconConfig

State

public JobState State { get; set; }

Output only. The detailed state of the job.

Property Value
Type Description
JobState

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. Time when the EntityReconciliationJob was most recently updated.

Property Value
Type Description
Timestamp