Uses of Interface
software.amazon.awssdk.services.personalize.model.ThemeGenerationConfig.Builder
-
Packages that use ThemeGenerationConfig.Builder Package Description software.amazon.awssdk.services.personalize.model -
-
Uses of ThemeGenerationConfig.Builder in software.amazon.awssdk.services.personalize.model
Methods in software.amazon.awssdk.services.personalize.model that return ThemeGenerationConfig.Builder Modifier and Type Method Description static ThemeGenerationConfig.BuilderThemeGenerationConfig. builder()default ThemeGenerationConfig.BuilderThemeGenerationConfig.Builder. fieldsForThemeGeneration(Consumer<FieldsForThemeGeneration.Builder> fieldsForThemeGeneration)Fields used to generate descriptive themes for a batch inference job.ThemeGenerationConfig.BuilderThemeGenerationConfig.Builder. fieldsForThemeGeneration(FieldsForThemeGeneration fieldsForThemeGeneration)Fields used to generate descriptive themes for a batch inference job.ThemeGenerationConfig.BuilderThemeGenerationConfig. toBuilder()Methods in software.amazon.awssdk.services.personalize.model that return types with arguments of type ThemeGenerationConfig.Builder Modifier and Type Method Description static Class<? extends ThemeGenerationConfig.Builder>ThemeGenerationConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.personalize.model with type arguments of type ThemeGenerationConfig.Builder Modifier and Type Method Description default BatchInferenceJob.BuilderBatchInferenceJob.Builder. themeGenerationConfig(Consumer<ThemeGenerationConfig.Builder> themeGenerationConfig)The job's theme generation settings.default CreateBatchInferenceJobRequest.BuilderCreateBatchInferenceJobRequest.Builder. themeGenerationConfig(Consumer<ThemeGenerationConfig.Builder> themeGenerationConfig)For theme generation jobs, specify the name of the column in your Items dataset that contains each item's name.
-