ModelEvaluationResponseSchema
evaluation objectrequired
Evaluation object containing scores, benchmark results, and metadata.
property name*object
statusstring
Indicates the result of the operation. Typically "success".
ModelEvaluationResponseSchema
{
"evaluation": {},
"status": "success"
}
Was this page helpful?