Skip to content

Delete Online Evaluation Config

bedrockagentcorecontrol_delete_online_evaluation_config R Documentation

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

Description

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

Usage

bedrockagentcorecontrol_delete_online_evaluation_config(
  onlineEvaluationConfigId)

Arguments

onlineEvaluationConfigId

[required] The unique identifier of the online evaluation configuration to delete.

Value

A list with the following syntax:

list(
  onlineEvaluationConfigArn = "string",
  onlineEvaluationConfigId = "string",
  status = "ACTIVE"|"CREATING"|"CREATE_FAILED"|"UPDATING"|"UPDATE_FAILED"|"DELETING"|"ERROR"
)

Request syntax

svc$delete_online_evaluation_config(
  onlineEvaluationConfigId = "string"
)