/AWS1/CL_BDCHARNESSMODELCONF¶
Specification of which model to use.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_bedrockmodelconfig TYPE REF TO /AWS1/CL_BDCHARNBDRKMODELCFG /AWS1/CL_BDCHARNBDRKMODELCFG¶
Configuration for an Amazon Bedrock model.
io_openaimodelconfig TYPE REF TO /AWS1/CL_BDCHARNOPENAIMODELCFG /AWS1/CL_BDCHARNOPENAIMODELCFG¶
Configuration for an OpenAI model.
io_geminimodelconfig TYPE REF TO /AWS1/CL_BDCHARNGEMINIMODELCFG /AWS1/CL_BDCHARNGEMINIMODELCFG¶
Configuration for a Google Gemini model.
io_litellmmodelconfig TYPE REF TO /AWS1/CL_BDCHARNLITELLMMODCFG /AWS1/CL_BDCHARNLITELLMMODCFG¶
The LiteLLM model configuration for connecting to third-party model providers.
Queryable Attributes¶
bedrockModelConfig¶
Configuration for an Amazon Bedrock model.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BEDROCKMODELCONFIG() |
Getter for BEDROCKMODELCONFIG |
openAiModelConfig¶
Configuration for an OpenAI model.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPENAIMODELCONFIG() |
Getter for OPENAIMODELCONFIG |
geminiModelConfig¶
Configuration for a Google Gemini model.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GEMINIMODELCONFIG() |
Getter for GEMINIMODELCONFIG |
liteLlmModelConfig¶
The LiteLLM model configuration for connecting to third-party model providers.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LITELLMMODELCONFIG() |
Getter for LITELLMMODELCONFIG |