Add Evaluators

PATCH

Add evaluators to an existing evaluation run.

Path parameters

idstringRequired

String ID of evaluation run. Starts with ev_.

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
Allowed values: pendingrunningcompletedcancelled

Status of an evaluation.

configobject
created_atdatetime
updated_atdatetime
evaluatorslist of objects
datasetobject
dataset_version_idstring
dataset_snapshotobjectOptional
evaluator_aggregateslist of objectsOptional

Errors