LlmAsAJudge
The LLM-as-a-Judge configuration that uses a language model to evaluate agent performance based on custom instructions and rating scales.
Inherited 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.