EntityResolution / Client / start_matching_job

start_matching_job#

EntityResolution.Client.start_matching_job(**kwargs)#

Starts the MatchingJob of a workflow. The workflow must have previously been created using the CreateMatchingWorkflow endpoint.

See also: AWS API Documentation

Request Syntax

response = client.start_matching_job(
    workflowName='string'
)
Parameters:

workflowName (string) –

[REQUIRED]

The name of the matching job to be retrieved.

Return type:

dict

Returns:

Response Syntax

{
    'jobId': 'string'
}

Response Structure

  • (dict) –

    • jobId (string) –

      The ID of the job.

Exceptions