Skip to content

/AWS1/CL_CUSRECOMMENDERCONFIG

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

CONSTRUCTOR

IMPORTING

Optional arguments:

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

Configuration settings for how the recommender processes and uses events.

iv_trainingfrequency TYPE /AWS1/CUSRECOMMENDERCFGTRNFR00 /AWS1/CUSRECOMMENDERCFGTRNFR00

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

io_inferenceconfig TYPE REF TO /AWS1/CL_CUSINFERENCECONFIG /AWS1/CL_CUSINFERENCECONFIG

Configuration settings for how the recommender handles inference requests.


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

InferenceConfig

Configuration settings for how the recommender handles inference requests.

Accessible with the following methods

Method Description
GET_INFERENCECONFIG() Getter for INFERENCECONFIG