get http://<host>:9100/api/versioned/v1/projects//binningModel/records
A successful call returns a stream of newline-separated JSON documents (one per binning term in the binning model).
Note that if this call is made in Swagger directly, you will receive "no content" in the Response Body. This call must be made through cURL
or the API clients.
Response Fields
Returns a binning model object describing the model being used for the project.
Field | Description |
---|---|
id | The ID of the binning term, which is unique across the project. |
isActive | Boolean value. Whether the binning term is currently active in the binning model of the project. |
clauseId | The id of the binning clause to which the binning term belongs. |
similarityFunction | The similarity function used when comparing pair values. |
threshold | The user-defined threshold used to decide whether a pair of records is a match or not a match. |
tokenizer | The tokenizer is how the text of pair values is split. This is only applicable to string-valued fields. |
fieldName | The name of the record field being compared for the binning term. |