The EvaluationSetItem object
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.
properties
object
The type of the object, in this case it will always be “evaluation_set_item”.
id
The evaluation set item ID.
evaluationSetId
The ID of the evaluation set that this item belongs to.
fileId
The ID of the file associated with this item.
expectedOutput
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.
createdAt
The date and time the evaluation set item was created.
updatedAt
The date and time the evaluation set item was last updated.