/AWS1/CL_SGMMODELMETSUMMARY¶
A summary of the model metadata.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_domain TYPE /AWS1/SGMSTRING /AWS1/SGMSTRING¶
The machine learning domain of the model.
iv_framework TYPE /AWS1/SGMSTRING /AWS1/SGMSTRING¶
The machine learning framework of the model.
iv_task TYPE /AWS1/SGMSTRING /AWS1/SGMSTRING¶
The machine learning task of the model.
iv_model TYPE /AWS1/SGMSTRING /AWS1/SGMSTRING¶
The name of the model.
iv_frameworkversion TYPE /AWS1/SGMSTRING /AWS1/SGMSTRING¶
The framework version of the model.
Queryable Attributes¶
Domain¶
The machine learning domain of the model.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOMAIN() |
Getter for DOMAIN, with configurable default |
ASK_DOMAIN() |
Getter for DOMAIN w/ exceptions if field has no value |
HAS_DOMAIN() |
Determine if DOMAIN has a value |
Framework¶
The machine learning framework of the model.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FRAMEWORK() |
Getter for FRAMEWORK, with configurable default |
ASK_FRAMEWORK() |
Getter for FRAMEWORK w/ exceptions if field has no value |
HAS_FRAMEWORK() |
Determine if FRAMEWORK has a value |
Task¶
The machine learning task of the model.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TASK() |
Getter for TASK, with configurable default |
ASK_TASK() |
Getter for TASK w/ exceptions if field has no value |
HAS_TASK() |
Determine if TASK has a value |
Model¶
The name of the model.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODEL() |
Getter for MODEL, with configurable default |
ASK_MODEL() |
Getter for MODEL w/ exceptions if field has no value |
HAS_MODEL() |
Determine if MODEL has a value |
FrameworkVersion¶
The framework version of the model.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FRAMEWORKVERSION() |
Getter for FRAMEWORKVERSION, with configurable default |
ASK_FRAMEWORKVERSION() |
Getter for FRAMEWORKVERSION w/ exceptions if field has no va |
HAS_FRAMEWORKVERSION() |
Determine if FRAMEWORKVERSION 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_MODELMETADATASUMMARIES¶
TYPES TT_MODELMETADATASUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMMODELMETSUMMARY WITH DEFAULT KEY
.