delete_batch_evaluation¶
Operation¶
delete_batch_evaluation
async
¶
delete_batch_evaluation(input: DeleteBatchEvaluationInput, plugins: list[Plugin] | None = None) -> DeleteBatchEvaluationOutput
Deletes a batch evaluation and its associated results.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
DeleteBatchEvaluationInput
|
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 |
|---|---|
DeleteBatchEvaluationOutput
|
An instance of |
Input¶
DeleteBatchEvaluationInput
dataclass
¶
Output¶
DeleteBatchEvaluationOutput
dataclass
¶
Dataclass for DeleteBatchEvaluationOutput structure.
Attributes¶
batch_evaluation_arn
instance-attribute
¶
batch_evaluation_arn: str
The Amazon Resource Name (ARN) of the deleted batch evaluation.
batch_evaluation_id
instance-attribute
¶
batch_evaluation_id: str
The unique identifier of the deleted batch evaluation.
status
instance-attribute
¶
status: BatchEvaluationStatus
The status of the batch evaluation deletion operation.