Class: Aws::Personalize::Types::EventsConfig

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-personalize/types.rb

Overview

Describes the configuration of events, which are used in solution creation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_parameters_listArray<Types::EventParameters>

A list of event parameters, which includes event types and their event value thresholds and weights.

Returns:



3572
3573
3574
3575
3576
# File 'lib/aws-sdk-personalize/types.rb', line 3572

class EventsConfig < Struct.new(
  :event_parameters_list)
  SENSITIVE = []
  include Aws::Structure
end