Evaluation Configs
Get Evaluation Config
Description
Gets the details of a evaluation config
Details
This API can be used to get information about a single evaluation config by ID. To use this API, pass in the id
that was returned from your Create Evaluation Config API call as a path parameter.
Review the response schema to see the fields that will be returned.
GET
/
v4
/
evaluation-configs
/
{evaluation_config_id}
Authorizations
Path Parameters
Response
200 - application/json
Evaluation type
Available options:
studio
, llm_auto
, human
, llm_benchmark
The unique identifier of the entity.
The date and time when the entity was created in ISO format.
The ID of the account that owns the given entity.
The user who originally created the entity.
The name of the model to be used for auto-evaluation
Available options:
gpt-4-32k-0613
, gpt-4-turbo-preview
, gpt-4-turbo-2024-04-09
, llama-3-70b-instruct
, llama-3-1-70b-instruct