EvaluationInferenceConfig

The configuration details of the inference model for an evaluation job.

For automated model evaluation jobs, only a single model is supported.

For human-based model evaluation jobs, your annotator can compare the responses for up to two different models.

Inheritors

Types

Link copied to clipboard

Specifies the inference models.

Link copied to clipboard

Contains the configuration details of the inference for a knowledge base evaluation job, including either the retrieval only configuration or the retrieval with response generation configuration.

Link copied to clipboard

Functions

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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