7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
10#include <aws/sagemaker/model/AIBenchmarkJobStatus.h>
42 template <
typename AIBenchmarkJobNameT = Aws::String>
44 m_aIBenchmarkJobNameHasBeenSet =
true;
45 m_aIBenchmarkJobName = std::forward<AIBenchmarkJobNameT>(value);
47 template <
typename AIBenchmarkJobNameT = Aws::String>
60 template <
typename AIBenchmarkJobArnT = Aws::String>
62 m_aIBenchmarkJobArnHasBeenSet =
true;
63 m_aIBenchmarkJobArn = std::forward<AIBenchmarkJobArnT>(value);
65 template <
typename AIBenchmarkJobArnT = Aws::String>
79 m_aIBenchmarkJobStatusHasBeenSet =
true;
80 m_aIBenchmarkJobStatus = value;
94 template <
typename CreationTimeT = Aws::Utils::DateTime>
96 m_creationTimeHasBeenSet =
true;
97 m_creationTime = std::forward<CreationTimeT>(value);
99 template <
typename CreationTimeT = Aws::Utils::DateTime>
112 template <
typename EndTimeT = Aws::Utils::DateTime>
114 m_endTimeHasBeenSet =
true;
115 m_endTime = std::forward<EndTimeT>(value);
117 template <
typename EndTimeT = Aws::Utils::DateTime>
130 template <
typename AIWorkloadConfigNameT = Aws::String>
132 m_aIWorkloadConfigNameHasBeenSet =
true;
133 m_aIWorkloadConfigName = std::forward<AIWorkloadConfigNameT>(value);
135 template <
typename AIWorkloadConfigNameT = Aws::String>
153 bool m_aIBenchmarkJobNameHasBeenSet =
false;
154 bool m_aIBenchmarkJobArnHasBeenSet =
false;
155 bool m_aIBenchmarkJobStatusHasBeenSet =
false;
156 bool m_creationTimeHasBeenSet =
false;
157 bool m_endTimeHasBeenSet =
false;
158 bool m_aIWorkloadConfigNameHasBeenSet =
false;
AIBenchmarkJobSummary & WithCreationTime(CreationTimeT &&value)
void SetAIBenchmarkJobName(AIBenchmarkJobNameT &&value)
const Aws::String & GetAIWorkloadConfigName() const
void SetEndTime(EndTimeT &&value)
bool AIBenchmarkJobStatusHasBeenSet() const
void SetCreationTime(CreationTimeT &&value)
AIBenchmarkJobSummary & WithAIWorkloadConfigName(AIWorkloadConfigNameT &&value)
AWS_SAGEMAKER_API AIBenchmarkJobSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetEndTime() const
AWS_SAGEMAKER_API AIBenchmarkJobSummary()=default
const Aws::String & GetAIBenchmarkJobName() const
AIBenchmarkJobSummary & WithAIBenchmarkJobArn(AIBenchmarkJobArnT &&value)
void SetAIBenchmarkJobArn(AIBenchmarkJobArnT &&value)
AIBenchmarkJobSummary & WithAIBenchmarkJobName(AIBenchmarkJobNameT &&value)
AIBenchmarkJobSummary & WithEndTime(EndTimeT &&value)
void SetAIBenchmarkJobStatus(AIBenchmarkJobStatus value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAIWorkloadConfigName(AIWorkloadConfigNameT &&value)
bool CreationTimeHasBeenSet() const
bool AIBenchmarkJobArnHasBeenSet() const
const Aws::String & GetAIBenchmarkJobArn() const
AWS_SAGEMAKER_API AIBenchmarkJobSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AIBenchmarkJobStatus GetAIBenchmarkJobStatus() const
AIBenchmarkJobSummary & WithAIBenchmarkJobStatus(AIBenchmarkJobStatus value)
const Aws::Utils::DateTime & GetCreationTime() const
bool EndTimeHasBeenSet() const
bool AIBenchmarkJobNameHasBeenSet() const
bool AIWorkloadConfigNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue