7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/sagemaker/SageMaker_EXPORTS.h>
11#include <aws/sagemaker/model/AutoMLJobSecondaryStatus.h>
12#include <aws/sagemaker/model/AutoMLJobStatus.h>
13#include <aws/sagemaker/model/AutoMLPartialFailureReason.h>
45 template <
typename AutoMLJobNameT = Aws::String>
47 m_autoMLJobNameHasBeenSet =
true;
48 m_autoMLJobName = std::forward<AutoMLJobNameT>(value);
50 template <
typename AutoMLJobNameT = Aws::String>
63 template <
typename AutoMLJobArnT = Aws::String>
65 m_autoMLJobArnHasBeenSet =
true;
66 m_autoMLJobArn = std::forward<AutoMLJobArnT>(value);
68 template <
typename AutoMLJobArnT = Aws::String>
82 m_autoMLJobStatusHasBeenSet =
true;
83 m_autoMLJobStatus = value;
98 m_autoMLJobSecondaryStatusHasBeenSet =
true;
99 m_autoMLJobSecondaryStatus = value;
113 template <
typename CreationTimeT = Aws::Utils::DateTime>
115 m_creationTimeHasBeenSet =
true;
116 m_creationTime = std::forward<CreationTimeT>(value);
118 template <
typename CreationTimeT = Aws::Utils::DateTime>
131 template <
typename EndTimeT = Aws::Utils::DateTime>
133 m_endTimeHasBeenSet =
true;
134 m_endTime = std::forward<EndTimeT>(value);
136 template <
typename EndTimeT = Aws::Utils::DateTime>
149 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
151 m_lastModifiedTimeHasBeenSet =
true;
152 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
154 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
167 template <
typename FailureReasonT = Aws::String>
169 m_failureReasonHasBeenSet =
true;
170 m_failureReason = std::forward<FailureReasonT>(value);
172 template <
typename FailureReasonT = Aws::String>
185 template <
typename PartialFailureReasonsT = Aws::Vector<AutoMLPartialFailureReason>>
187 m_partialFailureReasonsHasBeenSet =
true;
188 m_partialFailureReasons = std::forward<PartialFailureReasonsT>(value);
190 template <
typename PartialFailureReasonsT = Aws::Vector<AutoMLPartialFailureReason>>
195 template <
typename PartialFailureReasonsT = AutoMLPartialFailureReason>
197 m_partialFailureReasonsHasBeenSet =
true;
198 m_partialFailureReasons.emplace_back(std::forward<PartialFailureReasonsT>(value));
220 bool m_autoMLJobNameHasBeenSet =
false;
221 bool m_autoMLJobArnHasBeenSet =
false;
222 bool m_autoMLJobStatusHasBeenSet =
false;
223 bool m_autoMLJobSecondaryStatusHasBeenSet =
false;
224 bool m_creationTimeHasBeenSet =
false;
225 bool m_endTimeHasBeenSet =
false;
226 bool m_lastModifiedTimeHasBeenSet =
false;
227 bool m_failureReasonHasBeenSet =
false;
228 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