Interface: RowIntegrateRequest
@kortexya/reasoninglayer / Row / RowIntegrateRequest
Interface: RowIntegrateRequest
Defined in: src/types/row.ts:145
Request for feature-based data integration.
Properties
createMerged?
optionalcreateMerged:boolean
Defined in: src/types/row.ts:155
Whether to create a merged entity or just return matches.
matchFeatures
matchFeatures:
string[]
Defined in: src/types/row.ts:147
Features to use for matching entities (the “join keys”).
mergeFeatures?
optionalmergeFeatures:string[]
Defined in: src/types/row.ts:149
Optional: features to merge from matched entities.
minSimilarity?
optionalminSimilarity:number
Defined in: src/types/row.ts:151
Optional: minimum similarity threshold (0.0 to 1.0).
sourceNamespaces?
optionalsourceNamespaces:string[]
Defined in: src/types/row.ts:153
Optional: source namespaces to integrate.