createMatchingWorkflow
inline suspend fun EntityResolutionClient.createMatchingWorkflow(crossinline block: CreateMatchingWorkflowRequest.Builder.() -> Unit): CreateMatchingWorkflowResponse
Creates a MatchingWorkflow
object which stores the configuration of the data processing job to be run. It is important to note that there should not be a pre-existing MatchingWorkflow
with the same name. To modify an existing workflow, utilize the UpdateMatchingWorkflow
API.