7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/InferenceExperimentType.h>
10#include <aws/sagemaker/model/InferenceExperimentSchedule.h>
11#include <aws/sagemaker/model/InferenceExperimentStatus.h>
12#include <aws/core/utils/DateTime.h>
51 template<
typename NameT = Aws::String>
52 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
53 template<
typename NameT = Aws::String>
74 template<
typename ScheduleT = InferenceExperimentSchedule>
75 void SetSchedule(ScheduleT&& value) { m_scheduleHasBeenSet =
true; m_schedule = std::forward<ScheduleT>(value); }
76 template<
typename ScheduleT = InferenceExperimentSchedule>
96 template<
typename StatusReasonT = Aws::String>
97 void SetStatusReason(StatusReasonT&& value) { m_statusReasonHasBeenSet =
true; m_statusReason = std::forward<StatusReasonT>(value); }
98 template<
typename StatusReasonT = Aws::String>
108 template<
typename DescriptionT = Aws::String>
109 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
110 template<
typename DescriptionT = Aws::String>
120 template<
typename CreationTimeT = Aws::Utils::DateTime>
121 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
122 template<
typename CreationTimeT = Aws::Utils::DateTime>
132 template<
typename CompletionTimeT = Aws::Utils::DateTime>
133 void SetCompletionTime(CompletionTimeT&& value) { m_completionTimeHasBeenSet =
true; m_completionTime = std::forward<CompletionTimeT>(value); }
134 template<
typename CompletionTimeT = Aws::Utils::DateTime>
144 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
145 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
146 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
158 template<
typename RoleArnT = Aws::String>
159 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
160 template<
typename RoleArnT = Aws::String>
166 bool m_nameHasBeenSet =
false;
169 bool m_typeHasBeenSet =
false;
171 InferenceExperimentSchedule m_schedule;
172 bool m_scheduleHasBeenSet =
false;
175 bool m_statusHasBeenSet =
false;
178 bool m_statusReasonHasBeenSet =
false;
181 bool m_descriptionHasBeenSet =
false;
184 bool m_creationTimeHasBeenSet =
false;
187 bool m_completionTimeHasBeenSet =
false;
190 bool m_lastModifiedTimeHasBeenSet =
false;
193 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