EvaluateProgressRequestSchema
benchmarksstringrequired
Benchmark identifier being reported.
model_namestringrequired
Name of the model being evaluated.
progress_valueintegerrequired
Current progress as a percentage (0–100).
user_idintegerrequired
ID of the user who initiated the evaluation.
eval_typestring[]
List of evaluation types currently in progress.
jsonEvaluateProgressRequestSchema
{
"benchmarks": "string",
"model_name": "string",
"progress_value": 0,
"user_id": 0,
"eval_type": [
"string"
]
}
Was this page helpful?