/AWS1/CL_SGMEDGEMODELSUMMARY¶
Summary of model on edge device.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_modelname TYPE /AWS1/SGMENTITYNAME /AWS1/SGMENTITYNAME¶
The name of the model.
iv_modelversion TYPE /AWS1/SGMEDGEVERSION /AWS1/SGMEDGEVERSION¶
The version model.
Queryable Attributes¶
ModelName¶
The name of the model.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODELNAME() |
Getter for MODELNAME, with configurable default |
ASK_MODELNAME() |
Getter for MODELNAME w/ exceptions if field has no value |
HAS_MODELNAME() |
Determine if MODELNAME has a value |
ModelVersion¶
The version model.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODELVERSION() |
Getter for MODELVERSION, with configurable default |
ASK_MODELVERSION() |
Getter for MODELVERSION w/ exceptions if field has no value |
HAS_MODELVERSION() |
Determine if MODELVERSION 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_EDGEMODELSUMMARIES¶
TYPES TT_EDGEMODELSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMEDGEMODELSUMMARY WITH DEFAULT KEY
.