A valid request URL is required to generate request examples{
"object": "list",
"data": [
{
"object": "eval.run",
"id": "<string>",
"eval_id": "<string>",
"status": "<string>",
"model": "<string>",
"name": "<string>",
"created_at": 123,
"report_url": "<string>",
"result_counts": {
"total": 123,
"errored": 123,
"failed": 123,
"passed": 123
},
"per_model_usage": [
{
"model_name": "<string>",
"invocation_count": 123,
"prompt_tokens": 123,
"completion_tokens": 123,
"total_tokens": 123,
"cached_tokens": 123
}
],
"per_testing_criteria_results": [
{
"testing_criteria": "<string>",
"passed": 123,
"failed": 123
}
],
"data_source": {
"type": "jsonl"
},
"metadata": {},
"error": {
"code": "<string>",
"message": "<string>"
}
}
],
"first_id": "<string>",
"last_id": "<string>",
"has_more": true
}Retrieve a list of runs for a specified evaluation.
NOTE: This Azure OpenAI API is in preview and subject to change.
A valid request URL is required to generate request examples{
"object": "list",
"data": [
{
"object": "eval.run",
"id": "<string>",
"eval_id": "<string>",
"status": "<string>",
"model": "<string>",
"name": "<string>",
"created_at": 123,
"report_url": "<string>",
"result_counts": {
"total": 123,
"errored": 123,
"failed": 123,
"passed": 123
},
"per_model_usage": [
{
"model_name": "<string>",
"invocation_count": 123,
"prompt_tokens": 123,
"completion_tokens": 123,
"total_tokens": 123,
"cached_tokens": 123
}
],
"per_testing_criteria_results": [
{
"testing_criteria": "<string>",
"passed": 123,
"failed": 123
}
],
"data_source": {
"type": "jsonl"
},
"metadata": {},
"error": {
"code": "<string>",
"message": "<string>"
}
}
],
"first_id": "<string>",
"last_id": "<string>",
"has_more": true
}Enables access to AOAI Evals, a preview feature. This feature requires the 'aoai-evals' header to be set to 'preview'.
preview The explicit Azure AI Foundry Models API version to use for this request.
v1 if not otherwise specified.
v1, preview asc, desc queued, in_progress, completed, canceled, failed The request has succeeded.
An object representing a list of runs for an evaluation.
The type of this object. It is always set to "list".
list An array of eval run objects.
Show child attributes
The identifier of the first eval run in the data array.
The identifier of the last eval run in the data array.
Indicates whether there are more evals available.