/AWS1/CL_SGEDEFINITION¶
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_modelhandle TYPE /AWS1/SGEENTITYNAME /AWS1/SGEENTITYNAME¶
The unique model handle.
iv_s3url TYPE /AWS1/SGES3URI /AWS1/SGES3URI¶
The absolute S3 location of the model.
io_checksum TYPE REF TO /AWS1/CL_SGECHECKSUM /AWS1/CL_SGECHECKSUM¶
The checksum information of the model.
iv_state TYPE /AWS1/SGEMODELSTATE /AWS1/SGEMODELSTATE¶
The desired state of the model.
Queryable Attributes¶
ModelHandle¶
The unique model handle.
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 |
S3Url¶
The absolute S3 location of the model.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3URL() |
Getter for S3URL, with configurable default |
ASK_S3URL() |
Getter for S3URL w/ exceptions if field has no value |
HAS_S3URL() |
Determine if S3URL has a value |
Checksum¶
The checksum information of the model.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CHECKSUM() |
Getter for CHECKSUM |
State¶
The desired state of the model.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATE() |
Getter for STATE, with configurable default |
ASK_STATE() |
Getter for STATE w/ exceptions if field has no value |
HAS_STATE() |
Determine if STATE 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_DEFINITIONS¶
TYPES TT_DEFINITIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGEDEFINITION WITH DEFAULT KEY
.