AddResultRequestSchema
custom_eval_setting_idstring
Numeric ID of the custom evaluation configuration this result belongs to.
Example:
1001data_lengthinteger
Number of evaluation examples included in this result batch.
Example:
10model_1_namestring
Name of the primary model whose score is being recorded.
Example:
Llama-3.3-70B-Instructmodel_1_scorenumber
Aggregate score for model 1 on this batch. Range: 0.0–1.0.
Example:
0.75model_2_namestring
Name of the baseline comparison model.
Example:
Mistral-Small-24B-Instruct-2501model_2_scorenumber
Aggregate score for model 2 on this batch. Range: 0.0–1.0.
Example:
0.7org_idinteger
Organisation ID for scoping the evaluation result.
pipeline_uuidstring
UUID of the evaluation pipeline this result belongs to.
user_idinteger
ID of the user submitting the evaluation result.
jsonAddResultRequestSchema
{
"custom_eval_setting_id": 1001,
"model_1_name": "Llama-3.3-70B-Instruct",
"model_2_name": "Mistral-Small-24B-Instruct-2501",
"model_1_score": 0.75,
"model_2_score": 0.7,
"data_length": 10
}
Was this page helpful?