Uses of Class
software.amazon.awssdk.services.personalize.model.ThemeGenerationConfig
-
Packages that use ThemeGenerationConfig Package Description software.amazon.awssdk.services.personalize.model -
-
Uses of ThemeGenerationConfig in software.amazon.awssdk.services.personalize.model
Methods in software.amazon.awssdk.services.personalize.model that return ThemeGenerationConfig Modifier and Type Method Description ThemeGenerationConfigBatchInferenceJob. themeGenerationConfig()The job's theme generation settings.ThemeGenerationConfigCreateBatchInferenceJobRequest. themeGenerationConfig()For theme generation jobs, specify the name of the column in your Items dataset that contains each item's name.Methods in software.amazon.awssdk.services.personalize.model with parameters of type ThemeGenerationConfig Modifier and Type Method Description BatchInferenceJob.BuilderBatchInferenceJob.Builder. themeGenerationConfig(ThemeGenerationConfig themeGenerationConfig)The job's theme generation settings.CreateBatchInferenceJobRequest.BuilderCreateBatchInferenceJobRequest.Builder. themeGenerationConfig(ThemeGenerationConfig themeGenerationConfig)For theme generation jobs, specify the name of the column in your Items dataset that contains each item's name.
-