7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/machinelearning/MachineLearning_EXPORTS.h>
10#include <aws/machinelearning/model/EntityStatus.h>
11#include <aws/machinelearning/model/PerformanceMetrics.h>
22namespace MachineLearning {
45 template <
typename EvaluationIdT = Aws::String>
47 m_evaluationIdHasBeenSet =
true;
48 m_evaluationId = std::forward<EvaluationIdT>(value);
50 template <
typename EvaluationIdT = Aws::String>
63 template <
typename MLModelIdT = Aws::String>
65 m_mLModelIdHasBeenSet =
true;
66 m_mLModelId = std::forward<MLModelIdT>(value);
68 template <
typename MLModelIdT = Aws::String>
82 template <
typename EvaluationDataSourceIdT = Aws::String>
84 m_evaluationDataSourceIdHasBeenSet =
true;
85 m_evaluationDataSourceId = std::forward<EvaluationDataSourceIdT>(value);
87 template <
typename EvaluationDataSourceIdT = Aws::String>
101 template <
typename InputDataLocationS3T = Aws::String>
103 m_inputDataLocationS3HasBeenSet =
true;
104 m_inputDataLocationS3 = std::forward<InputDataLocationS3T>(value);
106 template <
typename InputDataLocationS3T = Aws::String>
121 template <
typename CreatedByIamUserT = Aws::String>
123 m_createdByIamUserHasBeenSet =
true;
124 m_createdByIamUser = std::forward<CreatedByIamUserT>(value);
126 template <
typename CreatedByIamUserT = Aws::String>
140 template <
typename CreatedAtT = Aws::Utils::DateTime>
142 m_createdAtHasBeenSet =
true;
143 m_createdAt = std::forward<CreatedAtT>(value);
145 template <
typename CreatedAtT = Aws::Utils::DateTime>
159 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
161 m_lastUpdatedAtHasBeenSet =
true;
162 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
164 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
177 template <
typename NameT = Aws::String>
179 m_nameHasBeenSet =
true;
180 m_name = std::forward<NameT>(value);
182 template <
typename NameT = Aws::String>
184 SetName(std::forward<NameT>(value));
204 m_statusHasBeenSet =
true;
231 template <
typename PerformanceMetricsT = PerformanceMetrics>
233 m_performanceMetricsHasBeenSet =
true;
234 m_performanceMetrics = std::forward<PerformanceMetricsT>(value);
236 template <
typename PerformanceMetricsT = PerformanceMetrics>
250 template <
typename MessageT = Aws::String>
252 m_messageHasBeenSet =
true;
253 m_message = std::forward<MessageT>(value);
255 template <
typename MessageT = Aws::String>
267 m_computeTimeHasBeenSet =
true;
268 m_computeTime = value;
280 template <
typename FinishedAtT = Aws::Utils::DateTime>
282 m_finishedAtHasBeenSet =
true;
283 m_finishedAt = std::forward<FinishedAtT>(value);
285 template <
typename FinishedAtT = Aws::Utils::DateTime>
296 template <
typename StartedAtT = Aws::Utils::DateTime>
298 m_startedAtHasBeenSet =
true;
299 m_startedAt = std::forward<StartedAtT>(value);
301 template <
typename StartedAtT = Aws::Utils::DateTime>
326 PerformanceMetrics m_performanceMetrics;
330 long long m_computeTime{0};
335 bool m_evaluationIdHasBeenSet =
false;
336 bool m_mLModelIdHasBeenSet =
false;
337 bool m_evaluationDataSourceIdHasBeenSet =
false;
338 bool m_inputDataLocationS3HasBeenSet =
false;
339 bool m_createdByIamUserHasBeenSet =
false;
340 bool m_createdAtHasBeenSet =
false;
341 bool m_lastUpdatedAtHasBeenSet =
false;
342 bool m_nameHasBeenSet =
false;
343 bool m_statusHasBeenSet =
false;
344 bool m_performanceMetricsHasBeenSet =
false;
345 bool m_messageHasBeenSet =
false;
346 bool m_computeTimeHasBeenSet =
false;
347 bool m_finishedAtHasBeenSet =
false;
348 bool m_startedAtHasBeenSet =
false;
void SetEvaluationId(EvaluationIdT &&value)
const Aws::String & GetCreatedByIamUser() const
const Aws::String & GetMLModelId() const
bool InputDataLocationS3HasBeenSet() const
long long GetComputeTime() const
void SetLastUpdatedAt(LastUpdatedAtT &&value)
const Aws::String & GetEvaluationDataSourceId() const
void SetCreatedAt(CreatedAtT &&value)
Evaluation & WithLastUpdatedAt(LastUpdatedAtT &&value)
Evaluation & WithCreatedAt(CreatedAtT &&value)
bool NameHasBeenSet() const
AWS_MACHINELEARNING_API Evaluation()=default
void SetEvaluationDataSourceId(EvaluationDataSourceIdT &&value)
const Aws::String & GetEvaluationId() const
bool CreatedAtHasBeenSet() const
bool PerformanceMetricsHasBeenSet() const
const Aws::Utils::DateTime & GetLastUpdatedAt() const
Evaluation & WithEvaluationDataSourceId(EvaluationDataSourceIdT &&value)
Evaluation & WithMLModelId(MLModelIdT &&value)
const Aws::Utils::DateTime & GetStartedAt() const
AWS_MACHINELEARNING_API Evaluation & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCreatedByIamUser(CreatedByIamUserT &&value)
const Aws::Utils::DateTime & GetFinishedAt() const
bool MessageHasBeenSet() const
bool LastUpdatedAtHasBeenSet() const
bool CreatedByIamUserHasBeenSet() const
void SetInputDataLocationS3(InputDataLocationS3T &&value)
bool ComputeTimeHasBeenSet() const
EntityStatus GetStatus() const
AWS_MACHINELEARNING_API Aws::Utils::Json::JsonValue Jsonize() const
Evaluation & WithComputeTime(long long value)
const Aws::String & GetName() const
void SetMLModelId(MLModelIdT &&value)
bool EvaluationDataSourceIdHasBeenSet() const
Evaluation & WithFinishedAt(FinishedAtT &&value)
Evaluation & WithStartedAt(StartedAtT &&value)
bool MLModelIdHasBeenSet() const
Evaluation & WithName(NameT &&value)
void SetStartedAt(StartedAtT &&value)
bool StartedAtHasBeenSet() const
Evaluation & WithCreatedByIamUser(CreatedByIamUserT &&value)
const Aws::String & GetInputDataLocationS3() const
bool EvaluationIdHasBeenSet() const
AWS_MACHINELEARNING_API Evaluation(Aws::Utils::Json::JsonView jsonValue)
bool StatusHasBeenSet() const
const PerformanceMetrics & GetPerformanceMetrics() const
void SetFinishedAt(FinishedAtT &&value)
void SetStatus(EntityStatus value)
const Aws::String & GetMessage() const
Evaluation & WithPerformanceMetrics(PerformanceMetricsT &&value)
void SetComputeTime(long long value)
void SetName(NameT &&value)
Evaluation & WithInputDataLocationS3(InputDataLocationS3T &&value)
bool FinishedAtHasBeenSet() const
Evaluation & WithStatus(EntityStatus value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetPerformanceMetrics(PerformanceMetricsT &&value)
Evaluation & WithEvaluationId(EvaluationIdT &&value)
void SetMessage(MessageT &&value)
Evaluation & WithMessage(MessageT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue