Skip to content

Bedrock  >  Unions  >  EvaluatorModelConfig

EvaluatorModelConfig

Union Type

EvaluatorModelConfig module-attribute

Specifies the model configuration for the evaluator model. EvaluatorModelConfig is required for evaluation jobs that use a knowledge base or in model evaluation job that use a model as judge. This model computes all evaluation related metrics.

Union Member Types

EvaluatorModelConfigBedrockEvaluatorModels dataclass

The evaluator model used in knowledge base evaluation job or in model evaluation job that use a model as judge. This model computes all evaluation related metrics.

Attributes

value instance-attribute
value: list[BedrockEvaluatorModel]

EvaluatorModelConfigUnknown dataclass

Represents an unknown variant.

If you receive this value, you will need to update your library to receive the parsed value.

This value may not be deliberately sent.

Attributes

tag instance-attribute
tag: str