Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EntityMatchingPredictRequestBase

Hierarchy

  • EntityMatchingPredictRequestBase

Index

Properties

Optional numMatches

numMatches: undefined | number

The maximum number of results to return for each matchFrom.

Optional scoreThreshold

scoreThreshold: undefined | number

Only return matches with score above this threshold.

Optional sources

List of source entities to predict matches for, for example, time series. If omitted, will use data source fit.

Optional targets

LList of potential target entities to match to one or more of the source entities, for example, assets. If omitted, will use data from fit.