| Package | Description |
|---|---|
| com.amazonaws.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
ThemeGenerationConfig |
ThemeGenerationConfig.clone() |
ThemeGenerationConfig |
BatchInferenceJob.getThemeGenerationConfig()
The job's theme generation settings.
|
ThemeGenerationConfig |
CreateBatchInferenceJobRequest.getThemeGenerationConfig()
For theme generation jobs, specify the name of the column in your Items dataset that contains each item's name.
|
ThemeGenerationConfig |
ThemeGenerationConfig.withFieldsForThemeGeneration(FieldsForThemeGeneration fieldsForThemeGeneration)
Fields used to generate descriptive themes for a batch inference job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchInferenceJob.setThemeGenerationConfig(ThemeGenerationConfig themeGenerationConfig)
The job's theme generation settings.
|
void |
CreateBatchInferenceJobRequest.setThemeGenerationConfig(ThemeGenerationConfig themeGenerationConfig)
For theme generation jobs, specify the name of the column in your Items dataset that contains each item's name.
|
BatchInferenceJob |
BatchInferenceJob.withThemeGenerationConfig(ThemeGenerationConfig themeGenerationConfig)
The job's theme generation settings.
|
CreateBatchInferenceJobRequest |
CreateBatchInferenceJobRequest.withThemeGenerationConfig(ThemeGenerationConfig themeGenerationConfig)
For theme generation jobs, specify the name of the column in your Items dataset that contains each item's name.
|
Copyright © 2024. All rights reserved.