/AWS1/CL_BDKRAGCONFIG¶
Contains configuration details for retrieval of information and response generation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_knowledgebaseconfig TYPE REF TO /AWS1/CL_BDKKNOWLEDGEBASECFG /AWS1/CL_BDKKNOWLEDGEBASECFG¶
Contains configuration details for knowledge base retrieval and response generation.
io_precomputedragsourcecfg TYPE REF TO /AWS1/CL_BDKEVALPRECOMPUTEDR00 /AWS1/CL_BDKEVALPRECOMPUTEDR00¶
Contains configuration details about the RAG source used to generate inference response data for a Knowledge Base evaluation job.
Queryable Attributes¶
knowledgeBaseConfig¶
Contains configuration details for knowledge base retrieval and response generation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KNOWLEDGEBASECONFIG() |
Getter for KNOWLEDGEBASECONFIG |
precomputedRagSourceConfig¶
Contains configuration details about the RAG source used to generate inference response data for a Knowledge Base evaluation job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRECOMPUTEDRAGSOURCECFG() |
Getter for PRECOMPUTEDRAGSOURCECONFIG |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_RAGCONFIGS¶
TYPES TT_RAGCONFIGS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDKRAGCONFIG WITH DEFAULT KEY
.