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 |
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 |
Input¶
DeleteOnlineEvaluationConfigInput
dataclass
¶
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
¶
status: OnlineEvaluationConfigStatus
The status of the online evaluation configuration deletion operation.