stop_evaluation_job¶
Operation¶
stop_evaluation_job
async
¶
stop_evaluation_job(input: StopEvaluationJobInput, plugins: list[Plugin] | None = None) -> StopEvaluationJobOutput
Stops an evaluation job that is current being created or running.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
StopEvaluationJobInput
|
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 |
|---|---|
StopEvaluationJobOutput
|
An instance of |
Input¶
StopEvaluationJobInput
dataclass
¶
Output¶
StopEvaluationJobOutput
dataclass
¶
Dataclass for StopEvaluationJobOutput structure.