interface EntityMatchingFilter {
    classifier?: string;
    description?: string;
    featureType?: EntityMatchingFeatureType;
    matchFields?: EntityMatchingField[];
    name?: string;
    originalModelId?: number;
}

Properties

classifier?: string

Name of the classifier supervised model, "Unsupervised" if unsupervised model

description?: string

User defined description of the model.

The feature type used to fit the model.

matchFields?: EntityMatchingField[]

List of pairs of fields from the matchTo and matchFrom items used to create features.

name?: string

User defined name of the model.

originalModelId?: number

The ID of original model, only relevant when the model is a retrained model.