Class: Aws::CustomerProfiles::Types::RecommenderConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#events_configTypes::EventsConfig

Configuration settings for how the recommender processes and uses events.

Returns:



8210
8211
8212
8213
8214
8215
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 8210

class RecommenderConfig < Struct.new(
  :events_config,
  :training_frequency)
  SENSITIVE = []
  include Aws::Structure
end

#training_frequencyInteger

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

Returns:

  • (Integer)


8210
8211
8212
8213
8214
8215
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 8210

class RecommenderConfig < Struct.new(
  :events_config,
  :training_frequency)
  SENSITIVE = []
  include Aws::Structure
end