Uses of Interface
software.amazon.awssdk.services.personalize.model.FieldsForThemeGeneration.Builder
-
Packages that use FieldsForThemeGeneration.Builder Package Description software.amazon.awssdk.services.personalize.model -
-
Uses of FieldsForThemeGeneration.Builder in software.amazon.awssdk.services.personalize.model
Methods in software.amazon.awssdk.services.personalize.model that return FieldsForThemeGeneration.Builder Modifier and Type Method Description static FieldsForThemeGeneration.BuilderFieldsForThemeGeneration. builder()FieldsForThemeGeneration.BuilderFieldsForThemeGeneration.Builder. itemName(String itemName)The name of the Items dataset column that stores the name of each item in the dataset.FieldsForThemeGeneration.BuilderFieldsForThemeGeneration. toBuilder()Methods in software.amazon.awssdk.services.personalize.model that return types with arguments of type FieldsForThemeGeneration.Builder Modifier and Type Method Description static Class<? extends FieldsForThemeGeneration.Builder>FieldsForThemeGeneration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.personalize.model with type arguments of type FieldsForThemeGeneration.Builder Modifier and Type Method Description default ThemeGenerationConfig.BuilderThemeGenerationConfig.Builder. fieldsForThemeGeneration(Consumer<FieldsForThemeGeneration.Builder> fieldsForThemeGeneration)Fields used to generate descriptive themes for a batch inference job.
-