Update Evaluation Set Item

If you need to change the expected output for a given evaluation set item, you can use this endpoint to update the item. This can be useful if you need to correct an error in the expected output or if the output of the processor has changed.

Path parameters

idstringRequired

The ID of the evaluation set item to update.

Example: "evi_kR9mNP12Qw4yTv8BdR3H"

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

x-extend-api-versionenumOptional

API version to use for the request. If you do not specify a version, you will either receive a 400 Bad Request or be set to a previous legacy version. See API Versioning for more details.

Allowed values:

Request

This endpoint expects an object.
expectedOutputobject or map from strings to objects or objectRequired

The expected output of the processor when run against the file

Response

Successfully updated evaluation set item

successboolean
evaluationSetItemobject

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.

Errors