/AWS1/CL_BDZEXTERNALSRCSGENE00¶
Contains the generation configuration of the external source wrapper object.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_prompttemplate TYPE REF TO /AWS1/CL_BDZPROMPTTEMPLATE /AWS1/CL_BDZPROMPTTEMPLATE¶
Contain the textPromptTemplate string for the external source wrapper object.
io_guardrailconfiguration TYPE REF TO /AWS1/CL_BDZGUARDRAILCONF /AWS1/CL_BDZGUARDRAILCONF¶
The configuration details for the guardrail.
io_inferenceconfig TYPE REF TO /AWS1/CL_BDZINFERENCECONFIG /AWS1/CL_BDZINFERENCECONFIG¶
Configuration settings for inference when using RetrieveAndGenerate to generate responses while using an external source.
it_addlmodelrequestfields TYPE /AWS1/CL_RT_DOCUMENT=>TT_MAP TT_MAP¶
Additional model parameters and their corresponding values not included in the textInferenceConfig structure for an external source. Takes in custom model parameters specific to the language model being used.
io_performanceconfig TYPE REF TO /AWS1/CL_BDZPERFORMANCECONF /AWS1/CL_BDZPERFORMANCECONF¶
The latency configuration for the model.
Queryable Attributes¶
promptTemplate¶
Contain the textPromptTemplate string for the external source wrapper object.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROMPTTEMPLATE() |
Getter for PROMPTTEMPLATE |
guardrailConfiguration¶
The configuration details for the guardrail.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GUARDRAILCONFIGURATION() |
Getter for GUARDRAILCONFIGURATION |
inferenceConfig¶
Configuration settings for inference when using RetrieveAndGenerate to generate responses while using an external source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INFERENCECONFIG() |
Getter for INFERENCECONFIG |
additionalModelRequestFields¶
Additional model parameters and their corresponding values not included in the textInferenceConfig structure for an external source. Takes in custom model parameters specific to the language model being used.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ADDLMODELREQUESTFIELDS() |
Getter for ADDITIONALMODELREQUESTFIELDS, with configurable d |
ASK_ADDLMODELREQUESTFIELDS() |
Getter for ADDITIONALMODELREQUESTFIELDS w/ exceptions if fie |
HAS_ADDLMODELREQUESTFIELDS() |
Determine if ADDITIONALMODELREQUESTFIELDS has a value |
performanceConfig¶
The latency configuration for the model.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PERFORMANCECONFIG() |
Getter for PERFORMANCECONFIG |