7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/AutoMLJobStatus.h>
10#include <aws/sagemaker/model/AutoMLJobSecondaryStatus.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/sagemaker/model/AutoMLPartialFailureReason.h>
51 template<
typename AutoMLJobNameT = Aws::String>
52 void SetAutoMLJobName(AutoMLJobNameT&& value) { m_autoMLJobNameHasBeenSet =
true; m_autoMLJobName = std::forward<AutoMLJobNameT>(value); }
53 template<
typename AutoMLJobNameT = Aws::String>
63 template<
typename AutoMLJobArnT = Aws::String>
64 void SetAutoMLJobArn(AutoMLJobArnT&& value) { m_autoMLJobArnHasBeenSet =
true; m_autoMLJobArn = std::forward<AutoMLJobArnT>(value); }
65 template<
typename AutoMLJobArnT = Aws::String>
95 template<
typename CreationTimeT = Aws::Utils::DateTime>
96 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
97 template<
typename CreationTimeT = Aws::Utils::DateTime>
107 template<
typename EndTimeT = Aws::Utils::DateTime>
108 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
109 template<
typename EndTimeT = Aws::Utils::DateTime>
119 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
120 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
121 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
131 template<
typename FailureReasonT = Aws::String>
132 void SetFailureReason(FailureReasonT&& value) { m_failureReasonHasBeenSet =
true; m_failureReason = std::forward<FailureReasonT>(value); }
133 template<
typename FailureReasonT = Aws::String>
143 template<
typename PartialFailureReasonsT = Aws::Vector<AutoMLPartialFailureReason>>
144 void SetPartialFailureReasons(PartialFailureReasonsT&& value) { m_partialFailureReasonsHasBeenSet =
true; m_partialFailureReasons = std::forward<PartialFailureReasonsT>(value); }
145 template<
typename PartialFailureReasonsT = Aws::Vector<AutoMLPartialFailureReason>>
147 template<
typename PartialFailureReasonsT = AutoMLPartialFailureReason>
148 AutoMLJobSummary&
AddPartialFailureReasons(PartialFailureReasonsT&& value) { m_partialFailureReasonsHasBeenSet =
true; m_partialFailureReasons.emplace_back(std::forward<PartialFailureReasonsT>(value));
return *
this; }
153 bool m_autoMLJobNameHasBeenSet =
false;
156 bool m_autoMLJobArnHasBeenSet =
false;
159 bool m_autoMLJobStatusHasBeenSet =
false;
162 bool m_autoMLJobSecondaryStatusHasBeenSet =
false;
165 bool m_creationTimeHasBeenSet =
false;
168 bool m_endTimeHasBeenSet =
false;
171 bool m_lastModifiedTimeHasBeenSet =
false;
174 bool m_failureReasonHasBeenSet =
false;
177 bool m_partialFailureReasonsHasBeenSet =
false;
const Aws::Utils::DateTime & GetEndTime() const
void SetFailureReason(FailureReasonT &&value)
AutoMLJobSummary & WithAutoMLJobSecondaryStatus(AutoMLJobSecondaryStatus value)
bool EndTimeHasBeenSet() const
void SetCreationTime(CreationTimeT &&value)
void SetAutoMLJobStatus(AutoMLJobStatus value)
AutoMLJobSummary & WithEndTime(EndTimeT &&value)
const Aws::String & GetAutoMLJobArn() const
void SetAutoMLJobName(AutoMLJobNameT &&value)
void SetAutoMLJobSecondaryStatus(AutoMLJobSecondaryStatus value)
const Aws::Utils::DateTime & GetCreationTime() const
void SetLastModifiedTime(LastModifiedTimeT &&value)
AutoMLJobSummary & WithLastModifiedTime(LastModifiedTimeT &&value)
bool PartialFailureReasonsHasBeenSet() const
void SetEndTime(EndTimeT &&value)
const Aws::String & GetFailureReason() const
AutoMLJobSummary & WithFailureReason(FailureReasonT &&value)
bool AutoMLJobStatusHasBeenSet() const
AutoMLJobSummary & WithAutoMLJobArn(AutoMLJobArnT &&value)
bool AutoMLJobNameHasBeenSet() const
bool AutoMLJobSecondaryStatusHasBeenSet() const
void SetAutoMLJobArn(AutoMLJobArnT &&value)
void SetPartialFailureReasons(PartialFailureReasonsT &&value)
AutoMLJobSummary & AddPartialFailureReasons(PartialFailureReasonsT &&value)
AWS_SAGEMAKER_API AutoMLJobSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AutoMLJobStatus GetAutoMLJobStatus() const
AutoMLJobSummary & WithPartialFailureReasons(PartialFailureReasonsT &&value)
AutoMLJobSummary & WithCreationTime(CreationTimeT &&value)
bool FailureReasonHasBeenSet() const
const Aws::String & GetAutoMLJobName() const
AutoMLJobSecondaryStatus GetAutoMLJobSecondaryStatus() const
AutoMLJobSummary & WithAutoMLJobName(AutoMLJobNameT &&value)
bool LastModifiedTimeHasBeenSet() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
bool AutoMLJobArnHasBeenSet() const
const Aws::Vector< AutoMLPartialFailureReason > & GetPartialFailureReasons() const
AWS_SAGEMAKER_API AutoMLJobSummary()=default
const Aws::Utils::DateTime & GetLastModifiedTime() const
bool CreationTimeHasBeenSet() const
AutoMLJobSummary & WithAutoMLJobStatus(AutoMLJobStatus value)
AWS_SAGEMAKER_API AutoMLJobSummary(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue