A valid request URL is required to generate request examples{
"object": "list",
"data": [
{
"object": "eval.run.output_item",
"id": "<string>",
"run_id": "<string>",
"eval_id": "<string>",
"created_at": 123,
"status": "<string>",
"datasource_item_id": 123,
"datasource_item": {},
"results": [
{}
],
"sample": {
"input": [
{
"role": "<string>",
"content": "<string>"
}
],
"output": [
{
"role": "<string>",
"content": "<string>"
}
],
"finish_reason": "<string>",
"model": "<string>",
"usage": {
"total_tokens": 123,
"completion_tokens": 123,
"prompt_tokens": 123,
"cached_tokens": 123
},
"error": {
"code": "<string>",
"message": "<string>"
},
"temperature": 123,
"max_completion_tokens": 123,
"top_p": 123,
"seed": 123
}
}
],
"first_id": "<string>",
"last_id": "<string>",
"has_more": true
}Get a list of output items for a specified evaluation run.
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.output_item",
"id": "<string>",
"run_id": "<string>",
"eval_id": "<string>",
"created_at": 123,
"status": "<string>",
"datasource_item_id": 123,
"datasource_item": {},
"results": [
{}
],
"sample": {
"input": [
{
"role": "<string>",
"content": "<string>"
}
],
"output": [
{
"role": "<string>",
"content": "<string>"
}
],
"finish_reason": "<string>",
"model": "<string>",
"usage": {
"total_tokens": 123,
"completion_tokens": 123,
"prompt_tokens": 123,
"cached_tokens": 123
},
"error": {
"code": "<string>",
"message": "<string>"
},
"temperature": 123,
"max_completion_tokens": 123,
"top_p": 123,
"seed": 123
}
}
],
"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 fail, pass asc, desc The request has succeeded.
An object representing a list of output items for an evaluation run.
The type of this object. It is always set to "list".
list An array of eval run output item objects.
Show child attributes
The identifier of the first eval run output item in the data array.
The identifier of the last eval run output item in the data array.
Indicates whether there are more eval run output items available.