/AWS1/CL_CRLCFGUREDMDELALGSUMM¶
Provides summary information about a configured model algorithm.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_createtime TYPE /AWS1/CRLTIMESTAMP /AWS1/CRLTIMESTAMP¶
The time at which the configured model algorithm was created.
iv_updatetime TYPE /AWS1/CRLTIMESTAMP /AWS1/CRLTIMESTAMP¶
The most recent time at which the configured model algorithm was updated.
iv_configuredmodelalgarn TYPE /AWS1/CRLCONFIGUREDMODELALGARN /AWS1/CRLCONFIGUREDMODELALGARN¶
The Amazon Resource Name (ARN) of the configured model algorithm.
iv_name TYPE /AWS1/CRLNAMESTRING /AWS1/CRLNAMESTRING¶
The name of the configured model algorithm.
Optional arguments:¶
iv_description TYPE /AWS1/CRLRESOURCEDESCRIPTION /AWS1/CRLRESOURCEDESCRIPTION¶
The description of the configured model algorithm.
Queryable Attributes¶
createTime¶
The time at which the configured model algorithm was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATETIME() |
Getter for CREATETIME, with configurable default |
ASK_CREATETIME() |
Getter for CREATETIME w/ exceptions if field has no value |
HAS_CREATETIME() |
Determine if CREATETIME has a value |
updateTime¶
The most recent time at which the configured model algorithm was updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATETIME() |
Getter for UPDATETIME, with configurable default |
ASK_UPDATETIME() |
Getter for UPDATETIME w/ exceptions if field has no value |
HAS_UPDATETIME() |
Determine if UPDATETIME has a value |
configuredModelAlgorithmArn¶
The Amazon Resource Name (ARN) of the configured model algorithm.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONFIGUREDMODELALGARN() |
Getter for CONFIGUREDMODELALGORITHMARN, with configurable de |
ASK_CONFIGUREDMODELALGARN() |
Getter for CONFIGUREDMODELALGORITHMARN w/ exceptions if fiel |
HAS_CONFIGUREDMODELALGARN() |
Determine if CONFIGUREDMODELALGORITHMARN has a value |
name¶
The name of the configured model algorithm.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
description¶
The description of the configured model algorithm.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION 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_CONFIGUREDMODELALGLIST¶
TYPES TT_CONFIGUREDMODELALGLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CRLCFGUREDMDELALGSUMM WITH DEFAULT KEY
.