Skip to main content
Unlisted page
This page is unlisted. Search engines will not index it, and only users having a direct link can access it.

ModelEvaluationResponseSchema

evaluation objectrequired

Evaluation object containing scores, benchmark results, and metadata.

property name*object
statusstring

Indicates the result of the operation. Typically "success".

Default: success
jsonModelEvaluationResponseSchema
{
"evaluation": {},
"status": "success"
}