class OnlineEvaluatorsAPIResourceDelete multiple evaluators by their IDs. Returns per-item success/failure.
Create a new LLM or code evaluator for the current workspace.
Delete an evaluator. When delete_run_rules is true, all run rules referencing this evaluator are deleted first (same tenant). Associated llm_evaluators and code_evaluators rows are removed by foreign-key cascade when the evaluator row is deleted.
List evaluators for the current workspace, with optional filtering by type, name, tag, feedback key, or resource ID.
Retrieve a single evaluator by its ID.
Returns per-day LLM evaluator spend for the requested 7-day period, grouped by evaluator, resource, or run rule. Exactly one of group_by, evaluator_id, session_id, or dataset_id is required. resource_id, type, feedback_key, and tag_value_id may be supplied with group_by to narrow listing aggregations.
Update an existing evaluator's name, LLM configuration, or code configuration.