batch_delete_evaluation_job¶
Operation¶
batch_delete_evaluation_job
async
¶
batch_delete_evaluation_job(input: BatchDeleteEvaluationJobInput, plugins: list[Plugin] | None = None) -> BatchDeleteEvaluationJobOutput
Deletes a batch of evaluation jobs. An evaluation job can only be
deleted if it has following status FAILED, COMPLETED, and STOPPED.
You can request up to 25 model evaluation jobs be deleted in a single
request.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
BatchDeleteEvaluationJobInput
|
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 |
|---|---|
BatchDeleteEvaluationJobOutput
|
An instance of |
Input¶
BatchDeleteEvaluationJobInput
dataclass
¶
Output¶
BatchDeleteEvaluationJobOutput
dataclass
¶
Dataclass for BatchDeleteEvaluationJobOutput structure.
Attributes¶
errors
instance-attribute
¶
errors: list[BatchDeleteEvaluationJobError]
A JSON object containing the HTTP status codes and the ARNs of evaluation jobs that failed to be deleted.
evaluation_jobs
instance-attribute
¶
evaluation_jobs: list[BatchDeleteEvaluationJobItem]
The list of evaluation jobs for deletion.