/AWS1/CL_BDOINFRNCTARGETCONF¶
The configuration for an inference target. An inference target routes requests to a large language model (LLM) provider, either through a built-in connector or an explicitly configured provider.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_connector TYPE REF TO /AWS1/CL_BDOINFRNCCNCTRTGTCONF /AWS1/CL_BDOINFRNCCNCTRTGTCONF¶
The connector-based inference configuration. Use this option to route requests to an LLM provider through a built-in connector that includes predefined provider rules.
io_provider TYPE REF TO /AWS1/CL_BDOINFRNCPVDRTGTCONF /AWS1/CL_BDOINFRNCPVDRTGTCONF¶
The provider-based inference configuration. Use this option to explicitly configure the endpoint, model mapping, and operations for an LLM provider.
Queryable Attributes¶
connector¶
The connector-based inference configuration. Use this option to route requests to an LLM provider through a built-in connector that includes predefined provider rules.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONNECTOR() |
Getter for CONNECTOR |
provider¶
The provider-based inference configuration. Use this option to explicitly configure the endpoint, model mapping, and operations for an LLM provider.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROVIDER() |
Getter for PROVIDER |