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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-personalize/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)


3324
3325
3326
3327
3328
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3324

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