Objects
The EvaluationSet object
API Documentation
Workflow Endpoints
Processor Endpoints
Parse Endpoints
File Endpoints
Evaluation Set Endpoints
Objects
Webhooks
Objects
The EvaluationSet object
{
"object": "evaluation_set",
"id": "eval_set_1234",
"name": "example_evaluation_set",
"description": "This is an example evaluation set.",
"processorId": "processor_1234",
"createdAt": "2024-01-01T00:00:00Z",
"updatedAt": "2024-01-01T00:00:00Z"
}
The EvaluationSet object represents an evaluation set in Extend. Evaluation sets are a collection of 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”.
The evaluation set ID.
The name of the evaluation set.
A description of the evaluation set.
The ID of the processor associated with this evaluation set.
The date and time the evaluation set was created.
The date and time the evaluation set was last updated.
{
"object": "evaluation_set",
"id": "eval_set_1234",
"name": "example_evaluation_set",
"description": "This is an example evaluation set.",
"processorId": "processor_1234",
"createdAt": "2024-01-01T00:00:00Z",
"updatedAt": "2024-01-01T00:00:00Z"
}
{
"object": "evaluation_set",
"id": "eval_set_1234",
"name": "example_evaluation_set",
"description": "This is an example evaluation set.",
"processorId": "processor_1234",
"createdAt": "2024-01-01T00:00:00Z",
"updatedAt": "2024-01-01T00:00:00Z"
}