| Package | Description |
|---|---|
| com.amazonaws.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
BatchInferenceJobConfig |
BatchInferenceJobConfig.addItemExplorationConfigEntry(String key,
String value)
Add a single ItemExplorationConfig entry
|
BatchInferenceJobConfig |
BatchInferenceJobConfig.clearItemExplorationConfigEntries()
Removes all the entries added into ItemExplorationConfig.
|
BatchInferenceJobConfig |
BatchInferenceJobConfig.clone() |
BatchInferenceJobConfig |
BatchInferenceJob.getBatchInferenceJobConfig()
A string to string map of the configuration details of a batch inference job.
|
BatchInferenceJobConfig |
CreateBatchInferenceJobRequest.getBatchInferenceJobConfig()
The configuration details of a batch inference job.
|
BatchInferenceJobConfig |
BatchInferenceJobConfig.withItemExplorationConfig(Map<String,String> itemExplorationConfig)
A string to string map specifying the exploration configuration hyperparameters, including
explorationWeight and explorationItemAgeCutOff, you want to use to configure the amount
of item exploration Amazon Personalize uses when recommending items. |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchInferenceJob.setBatchInferenceJobConfig(BatchInferenceJobConfig batchInferenceJobConfig)
A string to string map of the configuration details of a batch inference job.
|
void |
CreateBatchInferenceJobRequest.setBatchInferenceJobConfig(BatchInferenceJobConfig batchInferenceJobConfig)
The configuration details of a batch inference job.
|
BatchInferenceJob |
BatchInferenceJob.withBatchInferenceJobConfig(BatchInferenceJobConfig batchInferenceJobConfig)
A string to string map of the configuration details of a batch inference job.
|
CreateBatchInferenceJobRequest |
CreateBatchInferenceJobRequest.withBatchInferenceJobConfig(BatchInferenceJobConfig batchInferenceJobConfig)
The configuration details of a batch inference job.
|
Copyright © 2022. All rights reserved.