{
"object": "batch_processor_run",
"id": "bpr_1234",
"processorId": "dp_5678",
"processorVersionId": "dpv_91011",
"processorName": "Invoice Extractor",
"metrics": {
"numFiles": 10,
"numPages": 25,
"meanRunTimeMs": 1500,
"type": "EXTRACT",
"fieldMetrics": {
"invoice_number": {
"meanConfidence": 0.95,
"recallPerc": 98.5,
"precisionPerc": 99.2
},
"invoice_date": {
"meanConfidence": 0.92,
"recallPerc": 95.1,
"precisionPerc": 97.3
}
}
},
"status": "PROCESSED",
"source": "STUDIO",
"sourceId": "dp_5678",
"runCount": 1,
"options": {
"fuzzyMatchFields": ["invoice_number"],
"excludeFields": ["internal_notes"],
"clearPreProcessingCache": false
},
"createdAt": "2023-05-15T10:30:45Z",
"updatedAt": "2023-05-15T10:35:22Z"
}
{
"object": "batch_processor_run",
"id": "bpr_1234",
"processorId": "dp_5678",
"processorVersionId": "dpv_91011",
"processorName": "Invoice Extractor",
"metrics": {
"numFiles": 10,
"numPages": 25,
"meanRunTimeMs": 1500,
"type": "EXTRACT",
"fieldMetrics": {
"invoice_number": {
"meanConfidence": 0.95,
"recallPerc": 98.5,
"precisionPerc": 99.2
},
"invoice_date": {
"meanConfidence": 0.92,
"recallPerc": 95.1,
"precisionPerc": 97.3
}
}
},
"status": "PROCESSED",
"source": "STUDIO",
"sourceId": "dp_5678",
"runCount": 1,
"options": {
"fuzzyMatchFields": ["invoice_number"],
"excludeFields": ["internal_notes"],
"clearPreProcessingCache": false
},
"createdAt": "2023-05-15T10:30:45Z",
"updatedAt": "2023-05-15T10:35:22Z"
}
Hide properties
Show properties
EXTRACT
, CLASSIFY
, and SPLITTER
.The sections below show the fields in this object that are present for each type of run.Show EXTRACT
Show Field Metrics Structure
Show CLASSIFY
Show SPLITTER
PENDING
,
PROCESSING
, PROCESSED
, FAILED
.Show possible values
sourceId
will be the ID of the evaluation set, such as ev_1234
.sourceId
will
not be set for this value.sourceId
will be the
ID of the processor, such as dp_1234
.source
field for
more details.{
"object": "batch_processor_run",
"id": "bpr_1234",
"processorId": "dp_5678",
"processorVersionId": "dpv_91011",
"processorName": "Invoice Extractor",
"metrics": {
"numFiles": 10,
"numPages": 25,
"meanRunTimeMs": 1500,
"type": "EXTRACT",
"fieldMetrics": {
"invoice_number": {
"meanConfidence": 0.95,
"recallPerc": 98.5,
"precisionPerc": 99.2
},
"invoice_date": {
"meanConfidence": 0.92,
"recallPerc": 95.1,
"precisionPerc": 97.3
}
}
},
"status": "PROCESSED",
"source": "STUDIO",
"sourceId": "dp_5678",
"runCount": 1,
"options": {
"fuzzyMatchFields": ["invoice_number"],
"excludeFields": ["internal_notes"],
"clearPreProcessingCache": false
},
"createdAt": "2023-05-15T10:30:45Z",
"updatedAt": "2023-05-15T10:35:22Z"
}