get http://<host>:9100/api/versioned/v1/projects//estimatedPairCounts
Get the estimated counts of record pairs for each binning model clause
Once an estimated pair count has been generated, the count can be retrieved with this endpoint. It returns new-line delimited JSON for each of the clauses and terms in the Binning Model.
Response Fields
Field | Description |
---|---|
isUpToDate | A boolean value describing whether an estimate pairs job has been run since the last edit to the binning model. |
totalEstimate | The total number of estimated candidate pairs and generated pairs for the model across all clauses. |
clauseEstimates | A list of clauses, where each item in the list includes the clause name, the candidate pair count, and the generated pair count. |