Skip to content

Delete Evaluator

bedrockagentcorecontrol_delete_evaluator R Documentation

Deletes a custom evaluator

Description

Deletes a custom evaluator. Builtin evaluators cannot be deleted. The evaluator must not be referenced by any active online evaluation configurations.

Usage

bedrockagentcorecontrol_delete_evaluator(evaluatorId)

Arguments

evaluatorId

[required] The unique identifier of the evaluator to delete.

Value

A list with the following syntax:

list(
  evaluatorArn = "string",
  evaluatorId = "string",
  status = "ACTIVE"|"CREATING"|"CREATE_FAILED"|"UPDATING"|"UPDATE_FAILED"|"DELETING"
)

Request syntax

svc$delete_evaluator(
  evaluatorId = "string"
)