BedrockEvaluatorModels

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.

Constructors

Link copied to clipboard
constructor(value: List<BedrockEvaluatorModel>)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this EvaluatorModelConfig as a BedrockEvaluatorModels and retrieves its kotlin.collections.List value. Throws an exception if the EvaluatorModelConfig is not a BedrockEvaluatorModels.

Link copied to clipboard

Casts this EvaluatorModelConfig as a BedrockEvaluatorModels and retrieves its kotlin.collections.List value. Returns null if the EvaluatorModelConfig is not a BedrockEvaluatorModels.