Stay organized with collections
Save and categorize content based on your preferences.
Creates a EntityReconciliationJob. A EntityReconciliationJob once created will right away be attempted to start.
HTTP request
POST https://enterpriseknowledgegraph.googleapis.com/v1/{parent}/entityReconciliationJobs
Path parameters
Parameters
parent
string
Required. The resource name of the Location to create the EntityReconciliationJob in. Format: projects/{project}/locations/{location} It takes the form projects/{project}/locations/{location}.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-11-08 UTC."],[[["This API call creates a new EntityReconciliationJob, which will immediately attempt to start upon creation."],["The request is made using a POST request to the specified URL, including the required `parent` path parameter indicating the project and location."],["The request body must contain an instance of EntityReconciliationJob, and the successful response will include the newly created EntityReconciliationJob instance."],["To use this API, the caller needs `enterpriseknowledgegraph.entityReconciliationJobs.create` IAM permission on the parent resource and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]