---
title: Amazon Bedrock Evaluator
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > Amazon Bedrock Evaluator
---

> For the complete documentation index, see [llms.txt](https://docs.datadoghq.com/llms.txt).

# Amazon Bedrock Evaluator

This table represents the Amazon Bedrock Evaluator resource from Amazon Web Services.

```
aws.bedrock_agentcore_evaluator
```

## Fields

| Title                   | ID   | Type       | Data Type                                                                                                                                                                                       | Description |
| ----------------------- | ---- | ---------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key                    | core | string     |
| account_id              | core | string     |
| created_at              | core | timestamp  | The timestamp when the evaluator was created.                                                                                                                                                   |
| description             | core | string     | The description of the evaluator.                                                                                                                                                               |
| evaluator_arn           | core | string     | The Amazon Resource Name (ARN) of the evaluator.                                                                                                                                                |
| evaluator_config        | core | json       | The configuration of the evaluator, including LLM-as-a-Judge or code-based settings.                                                                                                            |
| evaluator_id            | core | string     | The unique identifier of the evaluator.                                                                                                                                                         |
| evaluator_name          | core | string     | The name of the evaluator.                                                                                                                                                                      |
| kms_key_arn             | core | string     | The Amazon Resource Name (ARN) of the customer managed KMS key used to encrypt the evaluator's sensitive data. This field is only present for evaluators encrypted with a customer managed key. |
| level                   | core | string     | The evaluation level (<code>TOOL_CALL</code>, <code>TRACE</code>, or <code>SESSION</code>) that determines the scope of evaluation.                                                             |
| locked_for_modification | core | bool       | Whether the evaluator is locked for modification due to being referenced by active online evaluation configurations.                                                                            |
| status                  | core | string     | The current status of the evaluator.                                                                                                                                                            |
| tags                    | core | hstore_csv |
| updated_at              | core | timestamp  | The timestamp when the evaluator was last updated.                                                                                                                                              |
