Update Evaluation
Description
Updates a evaluation
Details
This API can be used to update the evaluation that matches the ID that was passed in as a path parameter. To use this API, pass in the id that was returned from your Create Evaluation API call as a path parameter.
Review the request schema to see the fields that can be updated.
Documentation Index
Fetch the complete documentation index at: https://docs.gp.scale.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
Body
- PartialPatchEvaluationRequest
- RestoreRequest
The ID of the associated evaluation config.
Specifies the annotation configuration to use for specific questions.
Annotation configuration for tasking
- AnnotationConfigRequestBase
- AnnotationConfigGenerationRequest
- AnnotationConfigMultiturnUseCaseRequest
- AnnotationConfigSummarizationUseCaseRequest
- AnnotationConfigTranslationUseCaseRequest
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.
"llm_benchmark"Set to true to restore the entity from the database.
Response
Successful Response
PENDING, COMPLETED, FAILED The total number of test case results for the evaluation
The number of test case results that have been completed for the evaluation
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 type of identity that created the entity.
user, service_account The ID of the associated evaluation config.
The date and time that all test case results for the evaluation were completed for the evaluation in ISO format.
Annotation configuration for tasking
Specifies the annotation configuration to use for specific questions.
Specifies the config for the metrics to be computed.
The date and time when the entity was archived in ISO format.

