Evals
Create Eval
Create a new eval using an eval type configuration.
Args: eval_request (Eval): Data for the eval to create, including eval type and configuration.
Returns: Eval: The created eval object.
Raises: AymaraAPIError: If the request is invalid.
Example: POST /api/evals { "eval_type": "...", "workspace_uuid": "...", ... }
post/v2/evals
Request body
Response
Created