Skip to content

Bedrock Agentcore  >  Operations  >  delete_batch_evaluation

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 DeleteBatchEvaluationInput.

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 DeleteBatchEvaluationOutput.

Input

DeleteBatchEvaluationInput dataclass

Dataclass for DeleteBatchEvaluationInput structure.

Attributes

batch_evaluation_id class-attribute instance-attribute
batch_evaluation_id: str | None = None

The unique identifier of the batch evaluation to delete.

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

The status of the batch evaluation deletion operation.