/AWS1/CL_BDKEVALINFERENCECFG¶
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.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_models TYPE /AWS1/CL_BDKEVALMODELCONFIG=>TT_EVALUATIONMODELCONFIGS TT_EVALUATIONMODELCONFIGS¶
Specifies the inference models.
it_ragconfigs TYPE /AWS1/CL_BDKRAGCONFIG=>TT_RAGCONFIGS TT_RAGCONFIGS¶
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.
Queryable Attributes¶
models¶
Specifies the inference models.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODELS() |
Getter for MODELS, with configurable default |
ASK_MODELS() |
Getter for MODELS w/ exceptions if field has no value |
HAS_MODELS() |
Determine if MODELS has a value |
ragConfigs¶
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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RAGCONFIGS() |
Getter for RAGCONFIGS, with configurable default |
ASK_RAGCONFIGS() |
Getter for RAGCONFIGS w/ exceptions if field has no value |
HAS_RAGCONFIGS() |
Determine if RAGCONFIGS has a value |