Skip to main content

Update Human Evaluation

PUT 

/human-evaluations/:evaluation_id

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.

Request

Path Parameters

    evaluation_id Evaluation Idrequired

Body

required

    status EvaluationStatusEnum (string)

    Possible values: [EVALUATION_INITIALIZED, EVALUATION_STARTED, EVALUATION_FINISHED, EVALUATION_FINISHED_WITH_ERRORS, EVALUATION_FAILED]

    An enumeration.

Responses

Successful Response

Schema

    any

Loading...