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.

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.

EvaluateProgressRequestSchema
{
"benchmarks": "string",
"model_name": "string",
"progress_value": 0,
"user_id": 0,
"eval_type": [
"string"
]
}