/AWS1/CL_FDTCREATEMODELVRSRSLT¶
CreateModelVersionResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_modelid TYPE /AWS1/FDTMODELIDENTIFIER /AWS1/FDTMODELIDENTIFIER¶
The model ID.
iv_modeltype TYPE /AWS1/FDTMODELTYPEENUM /AWS1/FDTMODELTYPEENUM¶
The model type.
iv_modelversionnumber TYPE /AWS1/FDTFLOATVERSIONSTRING /AWS1/FDTFLOATVERSIONSTRING¶
The model version number of the model version created.
iv_status TYPE /AWS1/FDTSTRING /AWS1/FDTSTRING¶
The model version status.
Queryable Attributes¶
modelId¶
The model ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODELID() |
Getter for MODELID, with configurable default |
ASK_MODELID() |
Getter for MODELID w/ exceptions if field has no value |
HAS_MODELID() |
Determine if MODELID has a value |
modelType¶
The model type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODELTYPE() |
Getter for MODELTYPE, with configurable default |
ASK_MODELTYPE() |
Getter for MODELTYPE w/ exceptions if field has no value |
HAS_MODELTYPE() |
Determine if MODELTYPE has a value |
modelVersionNumber¶
The model version number of the model version created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODELVERSIONNUMBER() |
Getter for MODELVERSIONNUMBER, with configurable default |
ASK_MODELVERSIONNUMBER() |
Getter for MODELVERSIONNUMBER w/ exceptions if field has no |
HAS_MODELVERSIONNUMBER() |
Determine if MODELVERSIONNUMBER has a value |
status¶
The model version status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |