Skip to content

/AWS1/CL_CUSRECOMMENDERCONFIG

Configuration settings that define the behavior and parameters of a recommender.

CONSTRUCTOR

IMPORTING

Required arguments:

io_eventsconfig TYPE REF TO /AWS1/CL_CUSEVENTSCONFIG /AWS1/CL_CUSEVENTSCONFIG

Configuration settings for how the recommender processes and uses events.

Optional arguments:

iv_trainingfrequency TYPE /AWS1/CUSRECOMMENDERCFGTRNFR00 /AWS1/CUSRECOMMENDERCFGTRNFR00

How often the recommender should retrain its model with new data.


Queryable Attributes

EventsConfig

Configuration settings for how the recommender processes and uses events.

Accessible with the following methods

Method Description
GET_EVENTSCONFIG() Getter for EVENTSCONFIG

TrainingFrequency

How often the recommender should retrain its model with new data.

Accessible with the following methods

Method Description
GET_TRAININGFREQUENCY() Getter for TRAININGFREQUENCY, with configurable default
ASK_TRAININGFREQUENCY() Getter for TRAININGFREQUENCY w/ exceptions if field has no v
HAS_TRAININGFREQUENCY() Determine if TRAININGFREQUENCY has a value