BedrockAgentCore / Client / delete_batch_evaluation

delete_batch_evaluation

BedrockAgentCore.Client.delete_batch_evaluation(**kwargs)

Deletes a batch evaluation and its associated results.

See also: AWS API Documentation

Request Syntax

response = client.delete_batch_evaluation(
    batchEvaluationId='string'
)
Parameters:

batchEvaluationId (string) –

[REQUIRED]

The unique identifier of the batch evaluation to delete.

Return type:

dict

Returns:

Response Syntax

{
    'batchEvaluationId': 'string',
    'batchEvaluationArn': 'string',
    'status': 'PENDING'|'IN_PROGRESS'|'COMPLETED'|'COMPLETED_WITH_ERRORS'|'FAILED'|'STOPPING'|'STOPPED'|'DELETING'
}

Response Structure

  • (dict) –

    • batchEvaluationId (string) –

      The unique identifier of the deleted batch evaluation.

    • batchEvaluationArn (string) –

      The Amazon Resource Name (ARN) of the deleted batch evaluation.

    • status (string) –

      The status of the batch evaluation deletion operation.

Exceptions

  • BedrockAgentCore.Client.exceptions.UnauthorizedException

  • BedrockAgentCore.Client.exceptions.ValidationException

  • BedrockAgentCore.Client.exceptions.AccessDeniedException

  • BedrockAgentCore.Client.exceptions.ConflictException

  • BedrockAgentCore.Client.exceptions.ThrottlingException

  • BedrockAgentCore.Client.exceptions.ResourceNotFoundException

  • BedrockAgentCore.Client.exceptions.InternalServerException