Evaluations

Evaluation Create

Create an evaluation object.

post/object/{entity}/{project}/evaluations

Request body

namestring required

The name of this evaluation. Evaluations with the same name will be versioned together.

descriptionstring nullable

A description of this evaluation

datasetstring required

Reference to the dataset (weave:// URI)

scorersstring[] nullable

List of scorer references (weave:// URIs)

trialsinteger

Number of trials to run

evaluation_namestring nullable

Name for the evaluation run

eval_attributesobject nullable

Optional attributes for the evaluation

project_idstring required

The entity/project where this evaluation will be saved

wb_user_idstring nullable

Do not set directly. Server will automatically populate this field.

Response

Successful Response

digeststring required

The digest of the created evaluation

object_idstring required

The ID of the created evaluation

version_indexinteger required

The version index of the created evaluation

evaluation_refstring required

Full reference to the created evaluation

Changes