CreateSchemaMappingRequest
Types
Properties
Link copied to clipboard
A description of the schema.
Link copied to clipboard
A list of MappedInputFields
. Each MappedInputField
corresponds to a column the source data table, and contains column name plus additional information that Entity Resolution uses for matching.
Link copied to clipboard
The name of the schema. There can't be multiple SchemaMappings
with the same name.
Functions
Link copied to clipboard
inline fun copy(block: CreateSchemaMappingRequest.Builder.() -> Unit = {}): CreateSchemaMappingRequest