Retrieves detailed information about an evaluator, including its configuration, status, and metadata
Source:R/bedrockagentcorecontrol_operations.R
bedrockagentcorecontrol_get_evaluator.RdRetrieves detailed information about an evaluator, including its configuration, status, and metadata. Works with both built-in and custom evaluators.
See https://www.paws-r-sdk.com/docs/bedrockagentcorecontrol_get_evaluator/ for full documentation.
Arguments
- evaluatorId
[required] The unique identifier of the evaluator to retrieve. Can be a built-in evaluator ID (e.g., Builtin.Helpfulness) or a custom evaluator ID.
- includedData
Controls which data is returned in the response.
ALL_DATA(default) returns the full evaluator including decrypted instructions and rating scale. For evaluators encrypted with a customer managed KMS key, this requireskms:Decryptpermission on the key.METADATA_ONLYreturns evaluator metadata and model configuration without instructions or rating scale, and does not require any KMS permissions.