Skip to content

/AWS1/CL_CUSRECOMMENDERUPDATE

Contains information about an update operation performed on a recommender.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_recommenderconfig TYPE REF TO /AWS1/CL_CUSRECOMMENDERCONFIG /AWS1/CL_CUSRECOMMENDERCONFIG

The updated configuration settings applied to the recommender during this update.

iv_status TYPE /AWS1/CUSRECOMMENDERSTATUS /AWS1/CUSRECOMMENDERSTATUS

The current status of the recommender update operation.

iv_createdat TYPE /AWS1/CUSTIMESTAMP /AWS1/CUSTIMESTAMP

The timestamp when this recommender update was initiated.

iv_lastupdatedat TYPE /AWS1/CUSTIMESTAMP /AWS1/CUSTIMESTAMP

The timestamp of when the recommender was edited.

iv_failurereason TYPE /AWS1/CUSSTRING /AWS1/CUSSTRING

If the update operation failed, provides the reason for the failure.


Queryable Attributes

RecommenderConfig

The updated configuration settings applied to the recommender during this update.

Accessible with the following methods

Method Description
GET_RECOMMENDERCONFIG() Getter for RECOMMENDERCONFIG

Status

The current status of the recommender update operation.

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

CreatedAt

The timestamp when this recommender update was initiated.

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value

LastUpdatedAt

The timestamp of when the recommender was edited.

Accessible with the following methods

Method Description
GET_LASTUPDATEDAT() Getter for LASTUPDATEDAT, with configurable default
ASK_LASTUPDATEDAT() Getter for LASTUPDATEDAT w/ exceptions if field has no value
HAS_LASTUPDATEDAT() Determine if LASTUPDATEDAT has a value

FailureReason

If the update operation failed, provides the reason for the failure.

Accessible with the following methods

Method Description
GET_FAILUREREASON() Getter for FAILUREREASON, with configurable default
ASK_FAILUREREASON() Getter for FAILUREREASON w/ exceptions if field has no value
HAS_FAILUREREASON() Determine if FAILUREREASON has a value