EvaluatorConfig

sealed class EvaluatorConfig

The configuration that defines how an evaluator assesses agent performance, including the evaluation method and parameters.

Inheritors

Types

Link copied to clipboard

Configuration for a code-based evaluator that uses a customer-managed Lambda function to programmatically assess agent performance.

Link copied to clipboard

The configuration for an evaluator derived from an existing base evaluator (a built-in or third-party evaluator), run on your own model. The base evaluator supplies the prompt and scoring.

Link copied to clipboard

The LLM-as-a-Judge configuration that uses a language model to evaluate agent performance based on custom instructions and rating scales.

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard