Objects
The EvaluationSetItem object
API Documentation
Workflow Endpoints
Processor Endpoints
Parse Endpoints
File Endpoints
Evaluation Set Endpoints
Objects
Webhooks
Objects
The EvaluationSetItem object
{
"object": "evaluation_set_item",
"id": "eval_item_1234",
"evaluationSetId": "eval_set_1234",
"fileId": "file_1234",
"expectedOutput": {
"field1": {
"id": "field_fsdf",
"type": "string",
"value": "example"
},
"field2": {
"id": "field_1234",
"type": "number",
"value": 1234
}
},
"createdAt": "2024-01-01T00:00:00Z",
"updatedAt": "2024-01-01T00:00:00Z"
}
The EvaluationSetItem object represents an item in an evaluation set in Extend. Items are the individual files and expected outputs that are used to evaluate the performance of a given processor in Extend.
The type of the object, in this case it will always be “evaluation_set_item”.
The evaluation set item ID.
The ID of the evaluation set that this item belongs to.
The ID of the file associated with this item.
The expected output of the processor when run against the file.
This should be a JSON object conforming to the output type schema of the processor.
The date and time the evaluation set item was created.
The date and time the evaluation set item was last updated.
{
"object": "evaluation_set_item",
"id": "eval_item_1234",
"evaluationSetId": "eval_set_1234",
"fileId": "file_1234",
"expectedOutput": {
"field1": {
"id": "field_fsdf",
"type": "string",
"value": "example"
},
"field2": {
"id": "field_1234",
"type": "number",
"value": 1234
}
},
"createdAt": "2024-01-01T00:00:00Z",
"updatedAt": "2024-01-01T00:00:00Z"
}
{
"object": "evaluation_set_item",
"id": "eval_item_1234",
"evaluationSetId": "eval_set_1234",
"fileId": "file_1234",
"expectedOutput": {
"field1": {
"id": "field_fsdf",
"type": "string",
"value": "example"
},
"field2": {
"id": "field_1234",
"type": "number",
"value": 1234
}
},
"createdAt": "2024-01-01T00:00:00Z",
"updatedAt": "2024-01-01T00:00:00Z"
}