BedrockAgentCoreControl / Client / delete_online_evaluation_config

delete_online_evaluation_config

BedrockAgentCoreControl.Client.delete_online_evaluation_config(**kwargs)

Deletes an online evaluation configuration and stops any ongoing evaluation processes associated with it.

See also: AWS API Documentation

Request Syntax

response = client.delete_online_evaluation_config(
    onlineEvaluationConfigId='string'
)
Parameters:

onlineEvaluationConfigId (string) –

[REQUIRED]

The unique identifier of the online evaluation configuration to delete.

Return type:

dict

Returns:

Response Syntax

{
    'onlineEvaluationConfigArn': 'string',
    'onlineEvaluationConfigId': 'string',
    'status': 'ACTIVE'|'CREATING'|'CREATE_FAILED'|'UPDATING'|'UPDATE_FAILED'|'DELETING'
}

Response Structure

  • (dict) –

    • onlineEvaluationConfigArn (string) –

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

    • onlineEvaluationConfigId (string) –

      The unique identifier of the deleted online evaluation configuration.

    • status (string) –

      The status of the online evaluation configuration deletion operation.

Exceptions

  • BedrockAgentCoreControl.Client.exceptions.ValidationException

  • BedrockAgentCoreControl.Client.exceptions.AccessDeniedException

  • BedrockAgentCoreControl.Client.exceptions.ConflictException

  • BedrockAgentCoreControl.Client.exceptions.ResourceNotFoundException

  • BedrockAgentCoreControl.Client.exceptions.ThrottlingException

  • BedrockAgentCoreControl.Client.exceptions.InternalServerException