Post evals runs
Create a new evaluation run, beginning the grading process.
NOTE: This Azure OpenAI API is in preview and subject to change.
Authorizations
Headers
Enables access to AOAI Evals, a preview feature. This feature requires the 'aoai-evals' header to be set to 'preview'.
preview Path Parameters
Query Parameters
The explicit Azure AI Foundry Models API version to use for this request.
v1 if not otherwise specified.
v1, preview Body
Details about the run's data source.
The name of the run.
Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format, and querying for objects via API or the dashboard.
Keys are strings with a maximum length of 64 characters. Values are strings with a maximum length of 512 characters.
Response
The request has succeeded and a new resource has been created as a result.
A schema representing an evaluation run.
The type of the object. Always "eval.run".
eval.run Unique identifier for the evaluation run.
The identifier of the associated evaluation.
The status of the evaluation run.
The model that is evaluated, if applicable.
The name of the evaluation run.
Unix timestamp (in seconds) when the evaluation run was created.
The URL to the rendered evaluation run report on the UI dashboard.
Counters summarizing the outcomes of the evaluation run.
Usage statistics for each model during the evaluation run.
Results per testing criteria applied during the evaluation run.
Information about the run's data source.
Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format, and querying for objects via API or the dashboard.
Keys are strings with a maximum length of 64 characters. Values are strings with a maximum length of 512 characters.
An object representing an error response from the Eval API.