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/InferenceExperimentSchedule.h>
11#include <aws/sagemaker/model/InferenceExperimentStatus.h>
12#include <aws/sagemaker/model/InferenceExperimentType.h>
45 template <
typename NameT = Aws::String>
47 m_nameHasBeenSet =
true;
48 m_name = std::forward<NameT>(value);
50 template <
typename NameT = Aws::String>
52 SetName(std::forward<NameT>(value));
64 m_typeHasBeenSet =
true;
80 template <
typename ScheduleT = InferenceExperimentSchedule>
82 m_scheduleHasBeenSet =
true;
83 m_schedule = std::forward<ScheduleT>(value);
85 template <
typename ScheduleT = InferenceExperimentSchedule>
99 m_statusHasBeenSet =
true;
114 template <
typename StatusReasonT = Aws::String>
116 m_statusReasonHasBeenSet =
true;
117 m_statusReason = std::forward<StatusReasonT>(value);
119 template <
typename StatusReasonT = Aws::String>
132 template <
typename DescriptionT = Aws::String>
134 m_descriptionHasBeenSet =
true;
135 m_description = std::forward<DescriptionT>(value);
137 template <
typename DescriptionT = Aws::String>
150 template <
typename CreationTimeT = Aws::Utils::DateTime>
152 m_creationTimeHasBeenSet =
true;
153 m_creationTime = std::forward<CreationTimeT>(value);
155 template <
typename CreationTimeT = Aws::Utils::DateTime>
168 template <
typename CompletionTimeT = Aws::Utils::DateTime>
170 m_completionTimeHasBeenSet =
true;
171 m_completionTime = std::forward<CompletionTimeT>(value);
173 template <
typename CompletionTimeT = Aws::Utils::DateTime>
186 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
188 m_lastModifiedTimeHasBeenSet =
true;
189 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
191 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
206 template <
typename RoleArnT = Aws::String>
208 m_roleArnHasBeenSet =
true;
209 m_roleArn = std::forward<RoleArnT>(value);
211 template <
typename RoleArnT = Aws::String>
222 InferenceExperimentSchedule m_schedule;
237 bool m_nameHasBeenSet =
false;
238 bool m_typeHasBeenSet =
false;
239 bool m_scheduleHasBeenSet =
false;
240 bool m_statusHasBeenSet =
false;
241 bool m_statusReasonHasBeenSet =
false;
242 bool m_descriptionHasBeenSet =
false;
243 bool m_creationTimeHasBeenSet =
false;
244 bool m_completionTimeHasBeenSet =
false;
245 bool m_lastModifiedTimeHasBeenSet =
false;
246 bool m_roleArnHasBeenSet =
false;
void SetType(InferenceExperimentType value)
InferenceExperimentSummary & WithDescription(DescriptionT &&value)
bool ScheduleHasBeenSet() const
void SetCreationTime(CreationTimeT &&value)
void SetStatusReason(StatusReasonT &&value)
InferenceExperimentType GetType() const
bool CompletionTimeHasBeenSet() const
void SetCompletionTime(CompletionTimeT &&value)
InferenceExperimentSummary & WithLastModifiedTime(LastModifiedTimeT &&value)
const Aws::String & GetName() const
const Aws::String & GetDescription() const
bool CreationTimeHasBeenSet() const
const Aws::Utils::DateTime & GetCreationTime() const
InferenceExperimentSummary & WithCreationTime(CreationTimeT &&value)
bool StatusHasBeenSet() const
InferenceExperimentSummary & WithStatus(InferenceExperimentStatus value)
InferenceExperimentSummary & WithSchedule(ScheduleT &&value)
void SetRoleArn(RoleArnT &&value)
InferenceExperimentStatus GetStatus() const
bool LastModifiedTimeHasBeenSet() const
InferenceExperimentSummary & WithType(InferenceExperimentType value)
const Aws::Utils::DateTime & GetCompletionTime() const
AWS_SAGEMAKER_API InferenceExperimentSummary()=default
bool StatusReasonHasBeenSet() const
InferenceExperimentSummary & WithCompletionTime(CompletionTimeT &&value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
const Aws::String & GetStatusReason() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
void SetDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
const InferenceExperimentSchedule & GetSchedule() const
AWS_SAGEMAKER_API InferenceExperimentSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetName(NameT &&value)
InferenceExperimentSummary & WithStatusReason(StatusReasonT &&value)
InferenceExperimentSummary & WithName(NameT &&value)
InferenceExperimentSummary & WithRoleArn(RoleArnT &&value)
void SetSchedule(ScheduleT &&value)
bool RoleArnHasBeenSet() const
bool TypeHasBeenSet() const
const Aws::String & GetRoleArn() const
void SetStatus(InferenceExperimentStatus value)
bool NameHasBeenSet() const
AWS_SAGEMAKER_API InferenceExperimentSummary(Aws::Utils::Json::JsonView jsonValue)
InferenceExperimentStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue