/AWS1/CL_SGMADDLMODELDATASRC¶
Data sources that are available to your model in addition to the one that you specify for ModelDataSource when you use the CreateModel action.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_channelname TYPE /AWS1/SGMADDLMODELCHANNELNAME /AWS1/SGMADDLMODELCHANNELNAME¶
A custom name for this
AdditionalModelDataSourceobject.
io_s3datasource TYPE REF TO /AWS1/CL_SGMS3MODELDATASOURCE /AWS1/CL_SGMS3MODELDATASOURCE¶
Specifies the S3 location of ML model data to deploy.
Queryable Attributes¶
ChannelName¶
A custom name for this
AdditionalModelDataSourceobject.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CHANNELNAME() |
Getter for CHANNELNAME, with configurable default |
ASK_CHANNELNAME() |
Getter for CHANNELNAME w/ exceptions if field has no value |
HAS_CHANNELNAME() |
Determine if CHANNELNAME has a value |
S3DataSource¶
Specifies the S3 location of ML model data to deploy.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3DATASOURCE() |
Getter for S3DATASOURCE |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ADDITIONALMODELDATASOURCES¶
TYPES TT_ADDITIONALMODELDATASOURCES TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMADDLMODELDATASRC WITH DEFAULT KEY
.