Estimate the contextualization quality of an advanced join using the matches (truth values) as reference.
The caller needs to have read access to the view they are querying.
The resulting advanced join job.
The response for a bad request.
The response for too many requests (concurrency or rate throttling).
{- "advancedJoinExternalId": "my.known.id",
- "dummyResponse": false,
- "matcher": {
- "type": "raw",
- "dbName": "string",
- "tableName": "string",
- "fromColumnKey": "string",
- "toColumnKey": "string"
}
}
{- "jobId": "string",
- "status": "Queued",
- "createdTime": 1730204346000,
- "startTime": 1730204346000,
- "statusTime": 1730204346000,
- "errorMessage": null,
- "advancedJoinExternalId": "my.known.id",
- "matcher": {
- "type": "raw",
- "dbName": "string",
- "tableName": "string",
- "fromColumnKey": "string",
- "toColumnKey": "string"
}, - "qualityScorePercent": 100,
- "confidencePercent": 100,
- "contextualizationScorePercent": 100
}