Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the evaluation whose run you want to cancel.
The ID of the run to cancel.
Response
The canceled eval run object
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. A JsonlRunDataSource object with that specifies a JSONL file that matches the eval
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.