A valid request URL is required to generate request examples{
"object": "list",
"data": [
{
"object": "eval",
"id": "<string>",
"name": "<string>",
"data_source_config": {
"type": "custom"
},
"testing_criteria": null,
"created_at": 123,
"metadata": {}
}
],
"first_id": "<string>",
"last_id": "<string>",
"has_more": true
}A valid request URL is required to generate request examples{
"object": "list",
"data": [
{
"object": "eval",
"id": "<string>",
"name": "<string>",
"data_source_config": {
"type": "custom"
},
"testing_criteria": null,
"created_at": 123,
"metadata": {}
}
],
"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 Identifier for the last eval from the previous pagination request.
A limit on the number of evals to be returned in a single pagination response.
Sort order for evals by timestamp. Use asc for ascending order or
desc for descending order.
asc, desc Evals can be ordered by creation time or last updated time. Use
created_at for creation time or updated_at for last updated
time.
created_at, updated_at The request has succeeded.
An object representing a list of evals.
The type of this object. It is always set to "list".
list An array of eval objects.
Show child attributes
The identifier of the first eval in the data array.
The identifier of the last eval in the data array.
Indicates whether there are more evals available.