/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The configuration details of a campaign.See Also:
AWS
* API Reference
A string to string map specifying the inference hyperparameters you wish to * use for hyperparameter optimization. See * customizing-solution-config-hpo.
*/ inline const Aws::MapA string to string map specifying the inference hyperparameters you wish to * use for hyperparameter optimization. See * customizing-solution-config-hpo.
*/ inline bool ItemExplorationConfigHasBeenSet() const { return m_itemExplorationConfigHasBeenSet; } /** *A string to string map specifying the inference hyperparameters you wish to * use for hyperparameter optimization. See * customizing-solution-config-hpo.
*/ inline void SetItemExplorationConfig(const Aws::MapA string to string map specifying the inference hyperparameters you wish to * use for hyperparameter optimization. See * customizing-solution-config-hpo.
*/ inline void SetItemExplorationConfig(Aws::MapA string to string map specifying the inference hyperparameters you wish to * use for hyperparameter optimization. See * customizing-solution-config-hpo.
*/ inline CampaignConfig& WithItemExplorationConfig(const Aws::MapA string to string map specifying the inference hyperparameters you wish to * use for hyperparameter optimization. See * customizing-solution-config-hpo.
*/ inline CampaignConfig& WithItemExplorationConfig(Aws::MapA string to string map specifying the inference hyperparameters you wish to * use for hyperparameter optimization. See * customizing-solution-config-hpo.
*/ inline CampaignConfig& AddItemExplorationConfig(const Aws::String& key, const Aws::String& value) { m_itemExplorationConfigHasBeenSet = true; m_itemExplorationConfig.emplace(key, value); return *this; } /** *A string to string map specifying the inference hyperparameters you wish to * use for hyperparameter optimization. See * customizing-solution-config-hpo.
*/ inline CampaignConfig& AddItemExplorationConfig(Aws::String&& key, const Aws::String& value) { m_itemExplorationConfigHasBeenSet = true; m_itemExplorationConfig.emplace(std::move(key), value); return *this; } /** *A string to string map specifying the inference hyperparameters you wish to * use for hyperparameter optimization. See * customizing-solution-config-hpo.
*/ inline CampaignConfig& AddItemExplorationConfig(const Aws::String& key, Aws::String&& value) { m_itemExplorationConfigHasBeenSet = true; m_itemExplorationConfig.emplace(key, std::move(value)); return *this; } /** *A string to string map specifying the inference hyperparameters you wish to * use for hyperparameter optimization. See * customizing-solution-config-hpo.
*/ inline CampaignConfig& AddItemExplorationConfig(Aws::String&& key, Aws::String&& value) { m_itemExplorationConfigHasBeenSet = true; m_itemExplorationConfig.emplace(std::move(key), std::move(value)); return *this; } /** *A string to string map specifying the inference hyperparameters you wish to * use for hyperparameter optimization. See * customizing-solution-config-hpo.
*/ inline CampaignConfig& AddItemExplorationConfig(const char* key, Aws::String&& value) { m_itemExplorationConfigHasBeenSet = true; m_itemExplorationConfig.emplace(key, std::move(value)); return *this; } /** *A string to string map specifying the inference hyperparameters you wish to * use for hyperparameter optimization. See * customizing-solution-config-hpo.
*/ inline CampaignConfig& AddItemExplorationConfig(Aws::String&& key, const char* value) { m_itemExplorationConfigHasBeenSet = true; m_itemExplorationConfig.emplace(std::move(key), value); return *this; } /** *A string to string map specifying the inference hyperparameters you wish to * use for hyperparameter optimization. See * customizing-solution-config-hpo.
*/ inline CampaignConfig& AddItemExplorationConfig(const char* key, const char* value) { m_itemExplorationConfigHasBeenSet = true; m_itemExplorationConfig.emplace(key, value); return *this; } private: Aws::Map