createMatchingWorkflow
inline suspend fun EntityResolutionClient.createMatchingWorkflow(crossinline block: CreateMatchingWorkflowRequest.Builder.() -> Unit): CreateMatchingWorkflowResponse
Creates a matching workflow that defines the configuration for a data processing job. The workflow name must be unique. To modify an existing workflow, use UpdateMatchingWorkflow
.
For workflows where resolutionType
is ML_MATCHING, incremental processing is not supported.