EvaluatorSummary - Amazon Bedrock AgentCore Control Plane

EvaluatorSummary

The summary information about an evaluator, including basic metadata and status information.

Contents

createdAt

The timestamp when the evaluator was created.

Type: Timestamp

Required: Yes

evaluatorArn

The Amazon Resource Name (ARN) of the evaluator.

Type: String

Pattern: arn:aws:bedrock-agentcore:[a-z0-9-]+:[0-9]{12}:evaluator\/[a-zA-Z][a-zA-Z0-9-_]{0,99}-[a-zA-Z0-9]{10}$|^arn:aws:bedrock-agentcore:::evaluator/Builtin.[a-zA-Z0-9_-]+

Required: Yes

evaluatorId

The unique identifier of the evaluator.

Type: String

Pattern: (Builtin.[a-zA-Z0-9_-]+|[a-zA-Z][a-zA-Z0-9-_]{0,99}-[a-zA-Z0-9]{10})

Required: Yes

evaluatorName

The name of the evaluator.

Type: String

Pattern: (Builtin.[a-zA-Z0-9_-]+|[a-zA-Z][a-zA-Z0-9_]{0,47})

Required: Yes

evaluatorType

The type of evaluator, indicating whether it is a built-in evaluator provided by the service or a custom evaluator created by the user.

Type: String

Valid Values: Builtin | Custom

Required: Yes

status

The current status of the evaluator.

Type: String

Valid Values: ACTIVE | CREATING | CREATE_FAILED | UPDATING | UPDATE_FAILED | DELETING

Required: Yes

updatedAt

The timestamp when the evaluator was last updated.

Type: Timestamp

Required: Yes

description

The description of the evaluator.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 200.

Required: No

level

The evaluation level (TOOL_CALL, TRACE, or SESSION) that determines the scope of evaluation.

Type: String

Valid Values: TOOL_CALL | TRACE | SESSION

Required: No

lockedForModification

Whether the evaluator is locked for modification due to being referenced by active online evaluation configurations.

Type: Boolean

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: