Class EntityReconciliationJob (0.3.8)

EntityReconciliationJob(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Entity reconciliation job message.

Attributes

NameDescription
name str
Output only. Resource name of the EntityReconciliationJob.
input_config google.cloud.enterpriseknowledgegraph_v1.types.InputConfig
Required. Information about the input BigQuery tables.
output_config google.cloud.enterpriseknowledgegraph_v1.types.OutputConfig
Required. The desired output location.
state google.cloud.enterpriseknowledgegraph_v1.types.JobState
Output only. The detailed state of the job.
error google.rpc.status_pb2.Status
Output only. Only populated when the job's state is JOB_STATE_FAILED or JOB_STATE_CANCELLED.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. Time when the EntityReconciliationJob was created.
end_time google.protobuf.timestamp_pb2.Timestamp
Output only. Time when the EntityReconciliationJob entered any of the following states: JOB_STATE_SUCCEEDED, JOB_STATE_FAILED, JOB_STATE_CANCELLED.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. Time when the EntityReconciliationJob was most recently updated.
recon_config google.cloud.enterpriseknowledgegraph_v1.types.ReconConfig
Optional. Recon configs to adjust the clustering behavior.