Class: Aws::Personalize::Types::FieldsForThemeGeneration

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

Overview

A string to string map of the configuration details for theme generation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#item_nameString

The name of the Items dataset column that stores the name of each item in the dataset.

Returns:

  • (String)


3231
3232
3233
3234
3235
# File 'lib/aws-sdk-personalize/types.rb', line 3231

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