PATCH
/
v4
/
evaluations
/
{evaluation_id}

Authorizations

x-api-key
string
header
required

Path Parameters

evaluation_id
string
required

Body

application/json
annotation_config
object

Annotation configuration for tasking

application_spec_id
string
application_variant_id
string
description
string
evaluation_config
object
evaluation_config_id
string

The ID of the associated evaluation config.

evaluation_type
enum<string>

If llm_benchmark is provided, the evaluation will be updated to a hybrid evaluation. No-op on existing hybrid evaluations, and not available for studio evaluations.

Available options:
llm_benchmark
name
string
question_id_to_annotation_config
object

Specifies the annotation configuration to use for specific questions.

restore
boolean
default:
false

Set to true to restore the entity from the database.

tags
object

Response

200 - application/json
account_id
string
required

The ID of the account that owns the given entity.

application_spec_id
string
required
completed_test_case_result_count
integer
required

The number of test case results that have been completed for the evaluation

created_at
string
required

The date and time when the entity was created in ISO format.

created_by_user_id
string
required

The user who originally created the entity.

description
string
required
id
string
required

The unique identifier of the entity.

name
string
required
status
enum<string>
required
Available options:
PENDING,
COMPLETED,
FAILED
total_test_case_result_count
integer
required

The total number of test case results for the evaluation

annotation_config
object

Annotation configuration for tasking

application_variant_id
string
archived_at
string

The date and time when the entity was archived in ISO format.

completed_at
string

The date and time that all test case results for the evaluation were completed for the evaluation in ISO format.

evaluation_config
object
evaluation_config_id
string

The ID of the associated evaluation config.

question_id_to_annotation_config
object

Specifies the annotation configuration to use for specific questions.

tags
object