7#include <aws/personalize/Personalize_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename AlgorithmHyperParametersT = Aws::Map<Aws::String, Aws::String>>
50 void SetAlgorithmHyperParameters(AlgorithmHyperParametersT&& value) { m_algorithmHyperParametersHasBeenSet =
true; m_algorithmHyperParameters = std::forward<AlgorithmHyperParametersT>(value); }
51 template<
typename AlgorithmHyperParametersT = Aws::Map<Aws::String, Aws::String>>
53 template<
typename AlgorithmHyperParametersKeyT = Aws::String,
typename AlgorithmHyperParametersValueT = Aws::String>
55 m_algorithmHyperParametersHasBeenSet =
true; m_algorithmHyperParameters.emplace(std::forward<AlgorithmHyperParametersKeyT>(key), std::forward<AlgorithmHyperParametersValueT>(value));
return *
this;
61 bool m_algorithmHyperParametersHasBeenSet =
false;
AWS_PERSONALIZE_API TunedHPOParams(Aws::Utils::Json::JsonView jsonValue)
void SetAlgorithmHyperParameters(AlgorithmHyperParametersT &&value)
TunedHPOParams & WithAlgorithmHyperParameters(AlgorithmHyperParametersT &&value)
const Aws::Map< Aws::String, Aws::String > & GetAlgorithmHyperParameters() const
AWS_PERSONALIZE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PERSONALIZE_API TunedHPOParams()=default
AWS_PERSONALIZE_API TunedHPOParams & operator=(Aws::Utils::Json::JsonView jsonValue)
bool AlgorithmHyperParametersHasBeenSet() const
TunedHPOParams & AddAlgorithmHyperParameters(AlgorithmHyperParametersKeyT &&key, AlgorithmHyperParametersValueT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
Aws::Utils::Json::JsonValue JsonValue