/AWS1/CL_BDOINFRNCOPCONF¶
The configuration for a specific inference operation, including its request path and the models that the operation supports.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_path TYPE /AWS1/BDOINFRNCOPERATIONPATH /AWS1/BDOINFRNCOPERATIONPATH¶
The request path for this operation (for example,
/v1/messagesor/v1/responses).
Optional arguments:¶
iv_providerpath TYPE /AWS1/BDOINFRNCOPERATIONPATH /AWS1/BDOINFRNCOPERATIONPATH¶
The provider path to forward requests to, if it differs from the request path. For example,
/anthropic/v1/messageswhen the provider expects a different path than the client-facing/v1/messages.
it_models TYPE /AWS1/CL_BDOMODELENTRY=>TT_MODELENTRIES TT_MODELENTRIES¶
The list of models supported for this operation.
Queryable Attributes¶
path¶
The request path for this operation (for example,
/v1/messagesor/v1/responses).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PATH() |
Getter for PATH, with configurable default |
ASK_PATH() |
Getter for PATH w/ exceptions if field has no value |
HAS_PATH() |
Determine if PATH has a value |
providerPath¶
The provider path to forward requests to, if it differs from the request path. For example,
/anthropic/v1/messageswhen the provider expects a different path than the client-facing/v1/messages.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROVIDERPATH() |
Getter for PROVIDERPATH, with configurable default |
ASK_PROVIDERPATH() |
Getter for PROVIDERPATH w/ exceptions if field has no value |
HAS_PROVIDERPATH() |
Determine if PROVIDERPATH has a value |
models¶
The list of models supported for this operation.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_INFERENCEOPERATIONCONFS¶
TYPES TT_INFERENCEOPERATIONCONFS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDOINFRNCOPCONF WITH DEFAULT KEY
.