Builder
Properties
Configuration settings for how the recommender processes and uses events.
A map of dataset type to a list of column names to train on. The column names must be a subset of the columns defined in the recommender schema. If not specified, all columns in the schema are used for training. The following columns are always included and do not need to be specified: Item.Id, ItemList[].Id, EventTimestamp, EventType, and EventValue.
Configuration settings for how the recommender handles inference requests.
How often the recommender should retrain its model with new data.
Functions
construct an aws.sdk.kotlin.services.customerprofiles.model.EventsConfig inside the given block
construct an aws.sdk.kotlin.services.customerprofiles.model.InferenceConfig inside the given block