createSchemaMapping
inline suspend fun EntityResolutionClient.createSchemaMapping(crossinline block: CreateSchemaMappingRequest.Builder.() -> Unit): CreateSchemaMappingResponse
Creates a schema mapping, which defines the schema of the input customer records table. The SchemaMapping
also provides Entity Resolution with some metadata about the table, such as the attribute types of the columns and which columns to match on.