Skip to content

Bedrock Agentcore Control  >  Operations  >  delete_online_evaluation_config

delete_online_evaluation_config

Operation

delete_online_evaluation_config async

delete_online_evaluation_config(input: DeleteOnlineEvaluationConfigInput, plugins: list[Plugin] | None = None) -> DeleteOnlineEvaluationConfigOutput

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

Parameters:

Name Type Description Default
input DeleteOnlineEvaluationConfigInput

An instance of DeleteOnlineEvaluationConfigInput.

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
DeleteOnlineEvaluationConfigOutput

An instance of DeleteOnlineEvaluationConfigOutput.

Input

DeleteOnlineEvaluationConfigInput dataclass

Dataclass for DeleteOnlineEvaluationConfigInput structure.

Attributes

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

The unique identifier of the online evaluation configuration to delete.

Output

DeleteOnlineEvaluationConfigOutput dataclass

Dataclass for DeleteOnlineEvaluationConfigOutput structure.

Attributes

online_evaluation_config_arn instance-attribute
online_evaluation_config_arn: str

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

online_evaluation_config_id instance-attribute
online_evaluation_config_id: str

The unique identifier of the deleted online evaluation configuration.

status instance-attribute

The status of the online evaluation configuration deletion operation.