/AWS1/CL_BDOMODELENTRY¶
A model entry that specifies a model supported for an inference operation.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_model TYPE /AWS1/BDOMODELPATTERN /AWS1/BDOMODELPATTERN¶
The model ID or glob pattern that identifies the model (for example,
anthropic.claude-opus-oropenai.gpt-oss-).
Queryable Attributes¶
model¶
The model ID or glob pattern that identifies the model (for example,
anthropic.claude-opus-oropenai.gpt-oss-).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODEL() |
Getter for MODEL, with configurable default |
ASK_MODEL() |
Getter for MODEL w/ exceptions if field has no value |
HAS_MODEL() |
Determine if MODEL 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_MODELENTRIES¶
TYPES TT_MODELENTRIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDOMODELENTRY WITH DEFAULT KEY
.