Skip to content

/AWS1/CL_CUSGETRECOMMENDERRSP

GetRecommenderResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_recommendername TYPE /AWS1/CUSNAME /AWS1/CUSNAME

The name of the recommender.

iv_recommenderrecipename TYPE /AWS1/CUSRECOMMENDERRECIPENAME /AWS1/CUSRECOMMENDERRECIPENAME

The name of the recipe used by the recommender to generate recommendations.

Optional arguments:

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

The configuration settings for the recommender, including parameters and settings that define its behavior.

iv_description TYPE /AWS1/CUSSENSITIVETEXT /AWS1/CUSSENSITIVETEXT

A detailed description of the recommender providing information about its purpose and functionality.

iv_status TYPE /AWS1/CUSRECOMMENDERSTATUS /AWS1/CUSRECOMMENDERSTATUS

The current status of the recommender, indicating whether it is active, creating, updating, or in another state.

iv_lastupdatedat TYPE /AWS1/CUSTIMESTAMP /AWS1/CUSTIMESTAMP

The timestamp of when the recommender was edited.

iv_createdat TYPE /AWS1/CUSTIMESTAMP /AWS1/CUSTIMESTAMP

The timestamp of when the recommender was created.

iv_failurereason TYPE /AWS1/CUSSTRING /AWS1/CUSSTRING

If the recommender fails, 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 status and timestamp.

it_trainingmetrics TYPE /AWS1/CL_CUSTRAININGMETRICS=>TT_TRAININGMETRICSLIST TT_TRAININGMETRICSLIST

A set of metrics that provide information about the recommender's training performance and accuracy.

it_tags TYPE /AWS1/CL_CUSTAGMAP_W=>TT_TAGMAP TT_TAGMAP

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


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

RecommenderRecipeName

The name of the recipe used by the recommender to generate recommendations.

Accessible with the following methods

Method Description
GET_RECOMMENDERRECIPENAME() Getter for RECOMMENDERRECIPENAME, with configurable default
ASK_RECOMMENDERRECIPENAME() Getter for RECOMMENDERRECIPENAME w/ exceptions if field has
HAS_RECOMMENDERRECIPENAME() Determine if RECOMMENDERRECIPENAME has a value

RecommenderConfig

The configuration settings for the recommender, including parameters and settings that define its behavior.

Accessible with the following methods

Method Description
GET_RECOMMENDERCONFIG() Getter for RECOMMENDERCONFIG

Description

A detailed description of the recommender providing information about its purpose and functionality.

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 status of the recommender, indicating whether it is active, creating, updating, or in another state.

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

CreatedAt

The timestamp of 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

FailureReason

If the recommender fails, 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 status and timestamp.

Accessible with the following methods

Method Description
GET_LATESTRECOMMENDERUPDATE() Getter for LATESTRECOMMENDERUPDATE

TrainingMetrics

A set of metrics that provide information about the recommender's training performance and accuracy.

Accessible with the following methods

Method Description
GET_TRAININGMETRICS() Getter for TRAININGMETRICS, with configurable default
ASK_TRAININGMETRICS() Getter for TRAININGMETRICS w/ exceptions if field has no val
HAS_TRAININGMETRICS() Determine if TRAININGMETRICS 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