An object containing InputRecords, TotalRecordsProcessed, MatchIDs, and RecordsNotProcessed.
Type: objectProperties: 4
Amazon Web ServicesData IntegrationData MatchingEntity ResolutionMachine-Learning
JobMetrics is a JSON Structure definition published by Amazon Entity Resolution, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-entity-resolution/refs/heads/main/json-structure/amazon-entity-resolution-job-metrics-structure.json",
"name": "JobMetrics",
"description": "An object containing <code>InputRecords</code>, <code>TotalRecordsProcessed</code>, <code>MatchIDs</code>, and <code>RecordsNotProcessed</code>.",
"type": "object",
"properties": {
"inputRecords": {
"allOf": [
{
"$ref": "#/components/schemas/Integer"
},
{
"description": "The total number of input records."
}
]
},
"matchIDs": {
"allOf": [
{
"$ref": "#/components/schemas/Integer"
},
{
"description": "The total number of <code>matchID</code>s generated."
}
]
},
"recordsNotProcessed": {
"allOf": [
{
"$ref": "#/components/schemas/Integer"
},
{
"description": "The total number of records that did not get processed,"
}
]
},
"totalRecordsProcessed": {
"allOf": [
{
"$ref": "#/components/schemas/Integer"
},
{
"description": "The total number of records processed."
}
]
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.