/AWS1/CL_SGMEDGEDEPLOYMENTMD00¶
Contains information about the configuration of a model in a deployment.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_modelhandle TYPE /AWS1/SGMENTITYNAME /AWS1/SGMENTITYNAME¶
The name the device application uses to reference this model.
iv_edgepackagingjobname TYPE /AWS1/SGMENTITYNAME /AWS1/SGMENTITYNAME¶
The edge packaging job associated with this deployment.
Queryable Attributes¶
ModelHandle¶
The name the device application uses to reference this model.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODELHANDLE() |
Getter for MODELHANDLE, with configurable default |
ASK_MODELHANDLE() |
Getter for MODELHANDLE w/ exceptions if field has no value |
HAS_MODELHANDLE() |
Determine if MODELHANDLE has a value |
EdgePackagingJobName¶
The edge packaging job associated with this deployment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EDGEPACKAGINGJOBNAME() |
Getter for EDGEPACKAGINGJOBNAME, with configurable default |
ASK_EDGEPACKAGINGJOBNAME() |
Getter for EDGEPACKAGINGJOBNAME w/ exceptions if field has n |
HAS_EDGEPACKAGINGJOBNAME() |
Determine if EDGEPACKAGINGJOBNAME 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_EDGEDEPLOYMENTMODELCONFIGS¶
TYPES TT_EDGEDEPLOYMENTMODELCONFIGS TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMEDGEDEPLOYMENTMD00 WITH DEFAULT KEY
.