Class: Aws::CustomerProfiles::Types::EventParameters

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

Overview

Configuration parameters for events in the personalization system.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_typeString

The type of event being tracked (e.g., 'click', 'purchase', 'view').

Returns:

  • (String)


2832
2833
2834
2835
2836
2837
2838
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2832

class EventParameters < Struct.new(
  :event_type,
  :event_value_threshold,
  :event_weight)
  SENSITIVE = []
  include Aws::Structure
end

#event_value_thresholdFloat

The minimum value threshold that an event must meet to be considered valid.

Returns:

  • (Float)


2832
2833
2834
2835
2836
2837
2838
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2832

class EventParameters < Struct.new(
  :event_type,
  :event_value_threshold,
  :event_weight)
  SENSITIVE = []
  include Aws::Structure
end

#event_weightFloat

The weight of the event type. A higher weight means higher importance of the event type for the created solution.

Returns:

  • (Float)


2832
2833
2834
2835
2836
2837
2838
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2832

class EventParameters < Struct.new(
  :event_type,
  :event_value_threshold,
  :event_weight)
  SENSITIVE = []
  include Aws::Structure
end