/AWS1/CL_BDNLISTMODELSRESPONSE¶
ListModelsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_modelsummaries TYPE /AWS1/CL_BDNMODELSUMMARY=>TT_MODELSUMMARIES TT_MODELSUMMARIES¶
A list of available AI models with their status and compatibility information.
it_modelaliases TYPE /AWS1/CL_BDNMODELALIAS=>TT_MODELALIASES TT_MODELALIASES¶
A list of model aliases that provide stable references to model versions.
io_compatibilityinformation TYPE REF TO /AWS1/CL_BDNCOMPATIBILITYINF00 /AWS1/CL_BDNCOMPATIBILITYINF00¶
Information about client compatibility and supported models.
Queryable Attributes¶
modelSummaries¶
A list of available AI models with their status and compatibility information.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODELSUMMARIES() |
Getter for MODELSUMMARIES, with configurable default |
ASK_MODELSUMMARIES() |
Getter for MODELSUMMARIES w/ exceptions if field has no valu |
HAS_MODELSUMMARIES() |
Determine if MODELSUMMARIES has a value |
modelAliases¶
A list of model aliases that provide stable references to model versions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODELALIASES() |
Getter for MODELALIASES, with configurable default |
ASK_MODELALIASES() |
Getter for MODELALIASES w/ exceptions if field has no value |
HAS_MODELALIASES() |
Determine if MODELALIASES has a value |
compatibilityInformation¶
Information about client compatibility and supported models.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPATIBILITYINFORMATION() |
Getter for COMPATIBILITYINFORMATION |