Human-Evaluations

Update Human Evaluation

Updates an evaluation's status.

Raises: HTTPException: If the columns in the test set do not match with the inputs in the variant.

Returns: None: A 204 No Content status code, indicating that the update was successful.

put/human-evaluations/{evaluation_id}

Path parameters

evaluation_idstring required

Request body

status'EVALUATION_INITIALIZED' | 'EVALUATION_STARTED' | 'EVALUATION_FINISHED' | 'EVALUATION_FINISHED_WITH_ERRORS' | 'EVALUATION_FAILED' | 'EVALUATION_AGGREGATION_FAILED'

Response

Successful Response

{"stackTrail":"paths:/human-evaluations/{evaluation_id}:put:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes