Models

Specifies the inference models.

Constructors

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

Properties

Link copied to clipboard

Inherited 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.