User GuidesAPI ReferenceRelease Notes
Doc HomeHelp CenterLog In
API Reference

Stream a Project's Binning Model

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.

FieldDescription
idThe ID of the binning term, which is unique across the project.
isActiveBoolean value. Whether the binning term is currently active in the binning model of the project.
clauseIdThe id of the binning clause to which the binning term belongs.
similarityFunctionThe similarity function used when comparing pair values.
thresholdThe user-defined threshold used to decide whether a pair of records is a match or not a match.
tokenizerThe tokenizer is how the text of pair values is split. This is only applicable to string-valued fields.
fieldNameThe name of the record field being compared for the binning term.
Language