Class: Aws::Personalize::Types::FieldsForThemeGeneration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::FieldsForThemeGeneration
- 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
-
#item_name ⇒ String
The name of the Items dataset column that stores the name of each item in the dataset.
Instance Attribute Details
#item_name ⇒ String
The name of the Items dataset column that stores the name of each item in the dataset.
3553 3554 3555 3556 3557 |
# File 'lib/aws-sdk-personalize/types.rb', line 3553 class FieldsForThemeGeneration < Struct.new( :item_name) SENSITIVE = [] include Aws::Structure end |