/AWS1/CL_CRLINPUTCHANNEL¶
Provides information about the data source that is used to create an ML input channel.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_datasource TYPE REF TO /AWS1/CL_CRLINPCHANNELDATASRC /AWS1/CL_CRLINPCHANNELDATASRC¶
The data source that is used to create the ML input channel.
iv_rolearn TYPE /AWS1/CRLIAMROLEARN /AWS1/CRLIAMROLEARN¶
The Amazon Resource Name (ARN) of the role used to run the query specified in the
dataSourcefield of the input channel.Passing a role across AWS accounts is not allowed. If you pass a role that isn't in your account, you get an
AccessDeniedExceptionerror.
Queryable Attributes¶
dataSource¶
The data source that is used to create the ML input channel.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASOURCE() |
Getter for DATASOURCE |
roleArn¶
The Amazon Resource Name (ARN) of the role used to run the query specified in the
dataSourcefield of the input channel.Passing a role across AWS accounts is not allowed. If you pass a role that isn't in your account, you get an
AccessDeniedExceptionerror.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROLEARN() |
Getter for ROLEARN, with configurable default |
ASK_ROLEARN() |
Getter for ROLEARN w/ exceptions if field has no value |
HAS_ROLEARN() |
Determine if ROLEARN has a value |