{
  "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.

{
  "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"
}