Skip to content

/AWS1/CL_CUSRECOMMENDERSUMMARY

Provides a summary of a recommender's configuration and current state.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_recommendername TYPE /AWS1/CUSNAME /AWS1/CUSNAME

The name of the recommender.

iv_recipename TYPE /AWS1/CUSRECOMMENDERRECIPENAME /AWS1/CUSRECOMMENDERRECIPENAME

The name of the recipe used by this recommender.

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

The configuration settings applied to this recommender.

iv_createdat TYPE /AWS1/CUSTIMESTAMP /AWS1/CUSTIMESTAMP

The timestamp when the recommender was created.

iv_description TYPE /AWS1/CUSSENSITIVETEXT /AWS1/CUSSENSITIVETEXT

A description of the recommender's purpose and characteristics.

iv_status TYPE /AWS1/CUSRECOMMENDERSTATUS /AWS1/CUSRECOMMENDERSTATUS

The current operational status of the recommender.

iv_lastupdatedat TYPE /AWS1/CUSTIMESTAMP /AWS1/CUSTIMESTAMP

The timestamp of when the recommender was edited.

it_tags TYPE /AWS1/CL_CUSTAGMAP_W=>TT_TAGMAP TT_TAGMAP

The tags used to organize, track, or control access for this resource.

iv_failurereason TYPE /AWS1/CUSSTRING /AWS1/CUSSTRING

If the recommender is in a failed state, provides the reason for the failure.

io_latestrecommenderupdate TYPE REF TO /AWS1/CL_CUSRECOMMENDERUPDATE /AWS1/CL_CUSRECOMMENDERUPDATE

Information about the most recent update performed on the recommender, including its status and timing.


Queryable Attributes

RecommenderName

The name of the recommender.

Accessible with the following methods

Method Description
GET_RECOMMENDERNAME() Getter for RECOMMENDERNAME, with configurable default
ASK_RECOMMENDERNAME() Getter for RECOMMENDERNAME w/ exceptions if field has no val
HAS_RECOMMENDERNAME() Determine if RECOMMENDERNAME has a value

RecipeName

The name of the recipe used by this recommender.

Accessible with the following methods

Method Description
GET_RECIPENAME() Getter for RECIPENAME, with configurable default
ASK_RECIPENAME() Getter for RECIPENAME w/ exceptions if field has no value
HAS_RECIPENAME() Determine if RECIPENAME has a value

RecommenderConfig

The configuration settings applied to this recommender.

Accessible with the following methods

Method Description
GET_RECOMMENDERCONFIG() Getter for RECOMMENDERCONFIG

CreatedAt

The timestamp when the recommender was created.

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

Description

A description of the recommender's purpose and characteristics.

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

Status

The current operational status of the recommender.

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

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

Tags

The tags used to organize, track, or control access for this resource.

Accessible with the following methods

Method Description
GET_TAGS() Getter for TAGS, with configurable default
ASK_TAGS() Getter for TAGS w/ exceptions if field has no value
HAS_TAGS() Determine if TAGS has a value

FailureReason

If the recommender is in a failed state, 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

LatestRecommenderUpdate

Information about the most recent update performed on the recommender, including its status and timing.

Accessible with the following methods

Method Description
GET_LATESTRECOMMENDERUPDATE() Getter for LATESTRECOMMENDERUPDATE

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_RECOMMENDERSUMMARYLIST

TYPES TT_RECOMMENDERSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CUSRECOMMENDERSUMMARY WITH DEFAULT KEY
.