Class: Aws::Personalize::Types::ThemeGenerationConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#fields_for_theme_generationTypes::FieldsForThemeGeneration

Fields used to generate descriptive themes for a batch inference job.



5495
5496
5497
5498
5499
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 5495

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