CustomEvalResponseSchema
dataobject
Result data returned from the custom evaluation endpoint.
statusstring
Indicates the result of the operation. Typically "success".
CustomEvalResponseSchema
{
"data": {},
"status": "success"
}
Was this page helpful?