7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
11#include <aws/customer-profiles/model/DiversityConfig.h>
12#include <aws/customer-profiles/model/EventsConfig.h>
13#include <aws/customer-profiles/model/InferenceConfig.h>
24namespace CustomerProfiles {
46 template <
typename EventsConfigT = EventsConfig>
48 m_eventsConfigHasBeenSet =
true;
49 m_eventsConfig = std::forward<EventsConfigT>(value);
51 template <
typename EventsConfigT = EventsConfig>
66 m_trainingFrequencyHasBeenSet =
true;
67 m_trainingFrequency = value;
82 template <
typename InferenceConfigT = InferenceConfig>
84 m_inferenceConfigHasBeenSet =
true;
85 m_inferenceConfig = std::forward<InferenceConfigT>(value);
87 template <
typename InferenceConfigT = InferenceConfig>
108 template <
typename IncludedColumnsT = Aws::Map<Aws::String, Aws::Vector<Aws::String>>>
110 m_includedColumnsHasBeenSet =
true;
111 m_includedColumns = std::forward<IncludedColumnsT>(value);
113 template <
typename IncludedColumnsT = Aws::Map<Aws::String, Aws::Vector<Aws::String>>>
118 template <
typename IncludedColumnsKeyT = Aws::String,
typename IncludedColumnsValueT = Aws::Vector<Aws::String>>
120 m_includedColumnsHasBeenSet =
true;
121 m_includedColumns.emplace(std::forward<IncludedColumnsKeyT>(key), std::forward<IncludedColumnsValueT>(value));
140 template <
typename ExcludedColumnsT = Aws::Map<Aws::String, Aws::Vector<Aws::String>>>
142 m_excludedColumnsHasBeenSet =
true;
143 m_excludedColumns = std::forward<ExcludedColumnsT>(value);
145 template <
typename ExcludedColumnsT = Aws::Map<Aws::String, Aws::Vector<Aws::String>>>
150 template <
typename ExcludedColumnsKeyT = Aws::String,
typename ExcludedColumnsValueT = Aws::Vector<Aws::String>>
152 m_excludedColumnsHasBeenSet =
true;
153 m_excludedColumns.emplace(std::forward<ExcludedColumnsKeyT>(key), std::forward<ExcludedColumnsValueT>(value));
166 template <
typename DiversityConfigT = DiversityConfig>
168 m_diversityConfigHasBeenSet =
true;
169 m_diversityConfig = std::forward<DiversityConfigT>(value);
171 template <
typename DiversityConfigT = DiversityConfig>
180 int m_trainingFrequency{0};
182 InferenceConfig m_inferenceConfig;
188 DiversityConfig m_diversityConfig;
189 bool m_eventsConfigHasBeenSet =
false;
190 bool m_trainingFrequencyHasBeenSet =
false;
191 bool m_inferenceConfigHasBeenSet =
false;
192 bool m_includedColumnsHasBeenSet =
false;
193 bool m_excludedColumnsHasBeenSet =
false;
194 bool m_diversityConfigHasBeenSet =
false;
bool DiversityConfigHasBeenSet() const
const EventsConfig & GetEventsConfig() const
RecommenderConfig & WithIncludedColumns(IncludedColumnsT &&value)
bool TrainingFrequencyHasBeenSet() const
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
void SetInferenceConfig(InferenceConfigT &&value)
AWS_CUSTOMERPROFILES_API RecommenderConfig()=default
bool EventsConfigHasBeenSet() const
void SetDiversityConfig(DiversityConfigT &&value)
void SetEventsConfig(EventsConfigT &&value)
const Aws::Map< Aws::String, Aws::Vector< Aws::String > > & GetIncludedColumns() const
bool InferenceConfigHasBeenSet() const
RecommenderConfig & WithDiversityConfig(DiversityConfigT &&value)
RecommenderConfig & AddExcludedColumns(ExcludedColumnsKeyT &&key, ExcludedColumnsValueT &&value)
const Aws::Map< Aws::String, Aws::Vector< Aws::String > > & GetExcludedColumns() const
bool IncludedColumnsHasBeenSet() const
const InferenceConfig & GetInferenceConfig() const
RecommenderConfig & AddIncludedColumns(IncludedColumnsKeyT &&key, IncludedColumnsValueT &&value)
AWS_CUSTOMERPROFILES_API RecommenderConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
RecommenderConfig & WithTrainingFrequency(int value)
RecommenderConfig & WithInferenceConfig(InferenceConfigT &&value)
AWS_CUSTOMERPROFILES_API RecommenderConfig(Aws::Utils::Json::JsonView jsonValue)
bool ExcludedColumnsHasBeenSet() const
RecommenderConfig & WithExcludedColumns(ExcludedColumnsT &&value)
RecommenderConfig & WithEventsConfig(EventsConfigT &&value)
void SetIncludedColumns(IncludedColumnsT &&value)
void SetExcludedColumns(ExcludedColumnsT &&value)
int GetTrainingFrequency() const
void SetTrainingFrequency(int value)
const DiversityConfig & GetDiversityConfig() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
Aws::Utils::Json::JsonValue JsonValue