delete_evaluator¶
Operation¶
delete_evaluator
async
¶
delete_evaluator(input: DeleteEvaluatorInput, plugins: list[Plugin] | None = None) -> DeleteEvaluatorOutput
Deletes a custom evaluator. Builtin evaluators cannot be deleted. The evaluator must not be referenced by any active online evaluation configurations.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
DeleteEvaluatorInput
|
An instance of |
required |
plugins
|
list[Plugin] | None
|
A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations. |
None
|
Returns:
| Type | Description |
|---|---|
DeleteEvaluatorOutput
|
An instance of |