7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/personalize/Personalize_EXPORTS.h>
10#include <aws/personalize/model/AutoMLResult.h>
11#include <aws/personalize/model/SolutionConfig.h>
12#include <aws/personalize/model/SolutionUpdateSummary.h>
13#include <aws/personalize/model/SolutionVersionSummary.h>
24namespace Personalize {
58 template <
typename NameT = Aws::String>
60 m_nameHasBeenSet =
true;
61 m_name = std::forward<NameT>(value);
63 template <
typename NameT = Aws::String>
65 SetName(std::forward<NameT>(value));
76 template <
typename SolutionArnT = Aws::String>
78 m_solutionArnHasBeenSet =
true;
79 m_solutionArn = std::forward<SolutionArnT>(value);
81 template <
typename SolutionArnT = Aws::String>
96 m_performHPOHasBeenSet =
true;
120 m_performAutoMLHasBeenSet =
true;
121 m_performAutoML = value;
140 m_performAutoTrainingHasBeenSet =
true;
141 m_performAutoTraining = value;
160 m_performIncrementalUpdateHasBeenSet =
true;
161 m_performIncrementalUpdate = value;
176 template <
typename RecipeArnT = Aws::String>
178 m_recipeArnHasBeenSet =
true;
179 m_recipeArn = std::forward<RecipeArnT>(value);
181 template <
typename RecipeArnT = Aws::String>
195 template <
typename DatasetGroupArnT = Aws::String>
197 m_datasetGroupArnHasBeenSet =
true;
198 m_datasetGroupArn = std::forward<DatasetGroupArnT>(value);
200 template <
typename DatasetGroupArnT = Aws::String>
215 template <
typename EventTypeT = Aws::String>
217 m_eventTypeHasBeenSet =
true;
218 m_eventType = std::forward<EventTypeT>(value);
220 template <
typename EventTypeT = Aws::String>
233 template <
typename SolutionConfigT = SolutionConfig>
235 m_solutionConfigHasBeenSet =
true;
236 m_solutionConfig = std::forward<SolutionConfigT>(value);
238 template <
typename SolutionConfigT = SolutionConfig>
251 template <
typename AutoMLResultT = AutoMLResult>
253 m_autoMLResultHasBeenSet =
true;
254 m_autoMLResult = std::forward<AutoMLResultT>(value);
256 template <
typename AutoMLResultT = AutoMLResult>
272 template <
typename StatusT = Aws::String>
274 m_statusHasBeenSet =
true;
275 m_status = std::forward<StatusT>(value);
277 template <
typename StatusT = Aws::String>
290 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
292 m_creationDateTimeHasBeenSet =
true;
293 m_creationDateTime = std::forward<CreationDateTimeT>(value);
295 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
308 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
310 m_lastUpdatedDateTimeHasBeenSet =
true;
311 m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value);
313 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
327 template <
typename LatestSolutionVersionT = SolutionVersionSummary>
329 m_latestSolutionVersionHasBeenSet =
true;
330 m_latestSolutionVersion = std::forward<LatestSolutionVersionT>(value);
332 template <
typename LatestSolutionVersionT = SolutionVersionSummary>
345 template <
typename LatestSolutionUpdateT = SolutionUpdateSummary>
347 m_latestSolutionUpdateHasBeenSet =
true;
348 m_latestSolutionUpdate = std::forward<LatestSolutionUpdateT>(value);
350 template <
typename LatestSolutionUpdateT = SolutionUpdateSummary>
361 bool m_performHPO{
false};
363 bool m_performAutoML{
false};
365 bool m_performAutoTraining{
false};
367 bool m_performIncrementalUpdate{
false};
375 SolutionConfig m_solutionConfig;
377 AutoMLResult m_autoMLResult;
385 SolutionVersionSummary m_latestSolutionVersion;
387 SolutionUpdateSummary m_latestSolutionUpdate;
388 bool m_nameHasBeenSet =
false;
389 bool m_solutionArnHasBeenSet =
false;
390 bool m_performHPOHasBeenSet =
false;
391 bool m_performAutoMLHasBeenSet =
false;
392 bool m_performAutoTrainingHasBeenSet =
false;
393 bool m_performIncrementalUpdateHasBeenSet =
false;
394 bool m_recipeArnHasBeenSet =
false;
395 bool m_datasetGroupArnHasBeenSet =
false;
396 bool m_eventTypeHasBeenSet =
false;
397 bool m_solutionConfigHasBeenSet =
false;
398 bool m_autoMLResultHasBeenSet =
false;
399 bool m_statusHasBeenSet =
false;
400 bool m_creationDateTimeHasBeenSet =
false;
401 bool m_lastUpdatedDateTimeHasBeenSet =
false;
402 bool m_latestSolutionVersionHasBeenSet =
false;
403 bool m_latestSolutionUpdateHasBeenSet =
false;
void SetLatestSolutionVersion(LatestSolutionVersionT &&value)
bool DatasetGroupArnHasBeenSet() const
AWS_PERSONALIZE_API Aws::Utils::Json::JsonValue Jsonize() const
bool StatusHasBeenSet() const
bool PerformHPOHasBeenSet() const
const Aws::String & GetName() const
bool GetPerformHPO() const
bool PerformAutoTrainingHasBeenSet() const
Solution & WithRecipeArn(RecipeArnT &&value)
Solution & WithSolutionConfig(SolutionConfigT &&value)
bool AutoMLResultHasBeenSet() const
bool PerformIncrementalUpdateHasBeenSet() const
bool LastUpdatedDateTimeHasBeenSet() const
const SolutionVersionSummary & GetLatestSolutionVersion() const
const Aws::String & GetEventType() const
Solution & WithLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
void SetPerformHPO(bool value)
Solution & WithLatestSolutionVersion(LatestSolutionVersionT &&value)
bool LatestSolutionUpdateHasBeenSet() const
void SetDatasetGroupArn(DatasetGroupArnT &&value)
const Aws::Utils::DateTime & GetCreationDateTime() const
const Aws::String & GetDatasetGroupArn() const
void SetPerformAutoTraining(bool value)
Solution & WithAutoMLResult(AutoMLResultT &&value)
bool RecipeArnHasBeenSet() const
void SetAutoMLResult(AutoMLResultT &&value)
bool NameHasBeenSet() const
AWS_PERSONALIZE_API Solution & operator=(Aws::Utils::Json::JsonView jsonValue)
Solution & WithPerformAutoTraining(bool value)
bool GetPerformAutoTraining() const
void SetEventType(EventTypeT &&value)
Solution & WithLatestSolutionUpdate(LatestSolutionUpdateT &&value)
Solution & WithName(NameT &&value)
AWS_PERSONALIZE_API Solution(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetStatus() const
Solution & WithSolutionArn(SolutionArnT &&value)
const AutoMLResult & GetAutoMLResult() const
void SetName(NameT &&value)
void SetLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
bool LatestSolutionVersionHasBeenSet() const
const Aws::String & GetSolutionArn() const
void SetRecipeArn(RecipeArnT &&value)
Solution & WithPerformHPO(bool value)
void SetCreationDateTime(CreationDateTimeT &&value)
void SetSolutionConfig(SolutionConfigT &&value)
Solution & WithDatasetGroupArn(DatasetGroupArnT &&value)
void SetPerformIncrementalUpdate(bool value)
bool EventTypeHasBeenSet() const
Solution & WithPerformIncrementalUpdate(bool value)
void SetSolutionArn(SolutionArnT &&value)
Solution & WithPerformAutoML(bool value)
bool GetPerformAutoML() const
void SetPerformAutoML(bool value)
const Aws::Utils::DateTime & GetLastUpdatedDateTime() const
Solution & WithEventType(EventTypeT &&value)
void SetStatus(StatusT &&value)
bool SolutionConfigHasBeenSet() const
Solution & WithStatus(StatusT &&value)
bool SolutionArnHasBeenSet() const
bool GetPerformIncrementalUpdate() const
AWS_PERSONALIZE_API Solution()=default
const SolutionConfig & GetSolutionConfig() const
void SetLatestSolutionUpdate(LatestSolutionUpdateT &&value)
bool PerformAutoMLHasBeenSet() const
Solution & WithCreationDateTime(CreationDateTimeT &&value)
bool CreationDateTimeHasBeenSet() const
const SolutionUpdateSummary & GetLatestSolutionUpdate() const
const Aws::String & GetRecipeArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue