EvaluatorConfig
The configuration that defines how an evaluator assesses agent performance, including the evaluation method and parameters.
Inheritors
Types
Configuration for a code-based evaluator that uses a customer-managed Lambda function to programmatically assess agent performance.
The LLM-as-a-Judge configuration that uses a language model to evaluate agent performance based on custom instructions and rating scales.
Functions
Casts this EvaluatorConfig as a CodeBased and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.CodeBasedEvaluatorConfig value. Throws an exception if the EvaluatorConfig is not a CodeBased.
Casts this EvaluatorConfig as a CodeBased and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.CodeBasedEvaluatorConfig value. Returns null if the EvaluatorConfig is not a CodeBased.
Casts this EvaluatorConfig as a LlmAsAJudge and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.LlmAsAJudgeEvaluatorConfig value. Throws an exception if the EvaluatorConfig is not a LlmAsAJudge.
Casts this EvaluatorConfig as a LlmAsAJudge and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.LlmAsAJudgeEvaluatorConfig value. Returns null if the EvaluatorConfig is not a LlmAsAJudge.