Interface BatchInferenceJobConfig.Builder

  • Method Details

    • itemExplorationConfig

      BatchInferenceJobConfig.Builder itemExplorationConfig(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. See User-Personalization.

      Parameters:
      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. See User-Personalization.
      Returns:
      Returns a reference to this object so that method calls can be chained together.