Add Evaluators

Add evaluators to an existing evaluation run.

Path parameters

idstringRequired

String ID of evaluation run. Starts with ev_.

Headers

X-API-KEYstringRequired

Request

This endpoint expects an object.
evaluator_idslist of stringsOptional

IDs of evaluators to add to the evaluation run. IDs start with evfn_

evaluator_version_idslist of stringsOptional

IDs of the evaluator versions to add to the evaluation run. IDs start with evv_

Response

Successful Response

idstring

Unique ID for the evaluation. Starts with ev_.

statusenum

Status of an evaluation.

Allowed values:
configobject
created_atdatetime
updated_atdatetime
evaluatorslist of objects
datasetobject
dataset_version_idstring
dataset_snapshotobjectOptional
evaluator_aggregateslist of objectsOptional

Errors