7#include <aws/machinelearning/MachineLearning_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/machinelearning/model/EntityStatus.h>
11#include <aws/machinelearning/model/PerformanceMetrics.h>
24namespace MachineLearning
51 template<
typename EvaluationIdT = Aws::String>
52 void SetEvaluationId(EvaluationIdT&& value) { m_evaluationIdHasBeenSet =
true; m_evaluationId = std::forward<EvaluationIdT>(value); }
53 template<
typename EvaluationIdT = Aws::String>
63 template<
typename MLModelIdT = Aws::String>
64 void SetMLModelId(MLModelIdT&& value) { m_mLModelIdHasBeenSet =
true; m_mLModelId = std::forward<MLModelIdT>(value); }
65 template<
typename MLModelIdT = Aws::String>
76 template<
typename EvaluationDataSourceIdT = Aws::String>
77 void SetEvaluationDataSourceId(EvaluationDataSourceIdT&& value) { m_evaluationDataSourceIdHasBeenSet =
true; m_evaluationDataSourceId = std::forward<EvaluationDataSourceIdT>(value); }
78 template<
typename EvaluationDataSourceIdT = Aws::String>
89 template<
typename InputDataLocationS3T = Aws::String>
90 void SetInputDataLocationS3(InputDataLocationS3T&& value) { m_inputDataLocationS3HasBeenSet =
true; m_inputDataLocationS3 = std::forward<InputDataLocationS3T>(value); }
91 template<
typename InputDataLocationS3T = Aws::String>
103 template<
typename CreatedByIamUserT = Aws::String>
104 void SetCreatedByIamUser(CreatedByIamUserT&& value) { m_createdByIamUserHasBeenSet =
true; m_createdByIamUser = std::forward<CreatedByIamUserT>(value); }
105 template<
typename CreatedByIamUserT = Aws::String>
116 template<
typename CreatedAtT = Aws::Utils::DateTime>
117 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
118 template<
typename CreatedAtT = Aws::Utils::DateTime>
129 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
130 void SetLastUpdatedAt(LastUpdatedAtT&& value) { m_lastUpdatedAtHasBeenSet =
true; m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value); }
131 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
141 template<
typename NameT = Aws::String>
142 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
143 template<
typename NameT = Aws::String>
183 template<
typename PerformanceMetricsT = PerformanceMetrics>
184 void SetPerformanceMetrics(PerformanceMetricsT&& value) { m_performanceMetricsHasBeenSet =
true; m_performanceMetrics = std::forward<PerformanceMetricsT>(value); }
185 template<
typename PerformanceMetricsT = PerformanceMetrics>
196 template<
typename MessageT = Aws::String>
197 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
198 template<
typename MessageT = Aws::String>
206 inline void SetComputeTime(
long long value) { m_computeTimeHasBeenSet =
true; m_computeTime = value; }
214 template<
typename FinishedAtT = Aws::Utils::DateTime>
215 void SetFinishedAt(FinishedAtT&& value) { m_finishedAtHasBeenSet =
true; m_finishedAt = std::forward<FinishedAtT>(value); }
216 template<
typename FinishedAtT = Aws::Utils::DateTime>
224 template<
typename StartedAtT = Aws::Utils::DateTime>
225 void SetStartedAt(StartedAtT&& value) { m_startedAtHasBeenSet =
true; m_startedAt = std::forward<StartedAtT>(value); }
226 template<
typename StartedAtT = Aws::Utils::DateTime>
232 bool m_evaluationIdHasBeenSet =
false;
235 bool m_mLModelIdHasBeenSet =
false;
238 bool m_evaluationDataSourceIdHasBeenSet =
false;
241 bool m_inputDataLocationS3HasBeenSet =
false;
244 bool m_createdByIamUserHasBeenSet =
false;
247 bool m_createdAtHasBeenSet =
false;
250 bool m_lastUpdatedAtHasBeenSet =
false;
253 bool m_nameHasBeenSet =
false;
256 bool m_statusHasBeenSet =
false;
258 PerformanceMetrics m_performanceMetrics;
259 bool m_performanceMetricsHasBeenSet =
false;
262 bool m_messageHasBeenSet =
false;
264 long long m_computeTime{0};
265 bool m_computeTimeHasBeenSet =
false;
268 bool m_finishedAtHasBeenSet =
false;
271 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