Class: Aws::Personalize::Types::ThemeGenerationConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::ThemeGenerationConfig
- Defined in:
- gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb
Overview
The configuration details for generating themes with a batch inference job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fields_for_theme_generation ⇒ Types::FieldsForThemeGeneration
Fields used to generate descriptive themes for a batch inference job.
Instance Attribute Details
#fields_for_theme_generation ⇒ Types::FieldsForThemeGeneration
Fields used to generate descriptive themes for a batch inference job.
5830 5831 5832 5833 5834 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 5830 class ThemeGenerationConfig < Struct.new( :fields_for_theme_generation) SENSITIVE = [] include Aws::Structure end |