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/AlgorithmStatus.h>
43 template <
typename AlgorithmNameT = Aws::String>
45 m_algorithmNameHasBeenSet =
true;
46 m_algorithmName = std::forward<AlgorithmNameT>(value);
48 template <
typename AlgorithmNameT = Aws::String>
61 template <
typename AlgorithmArnT = Aws::String>
63 m_algorithmArnHasBeenSet =
true;
64 m_algorithmArn = std::forward<AlgorithmArnT>(value);
66 template <
typename AlgorithmArnT = Aws::String>
79 template <
typename AlgorithmDescriptionT = Aws::String>
81 m_algorithmDescriptionHasBeenSet =
true;
82 m_algorithmDescription = std::forward<AlgorithmDescriptionT>(value);
84 template <
typename AlgorithmDescriptionT = Aws::String>
97 template <
typename CreationTimeT = Aws::Utils::DateTime>
99 m_creationTimeHasBeenSet =
true;
100 m_creationTime = std::forward<CreationTimeT>(value);
102 template <
typename CreationTimeT = Aws::Utils::DateTime>
116 m_algorithmStatusHasBeenSet =
true;
117 m_algorithmStatus = value;
134 bool m_algorithmNameHasBeenSet =
false;
135 bool m_algorithmArnHasBeenSet =
false;
136 bool m_algorithmDescriptionHasBeenSet =
false;
137 bool m_creationTimeHasBeenSet =
false;
138 bool m_algorithmStatusHasBeenSet =
false;
AlgorithmSummary & WithAlgorithmDescription(AlgorithmDescriptionT &&value)
bool AlgorithmStatusHasBeenSet() const
bool AlgorithmNameHasBeenSet() const
const Aws::Utils::DateTime & GetCreationTime() const
AlgorithmSummary & WithAlgorithmName(AlgorithmNameT &&value)
AlgorithmSummary & WithAlgorithmArn(AlgorithmArnT &&value)
void SetAlgorithmStatus(AlgorithmStatus value)
void SetAlgorithmName(AlgorithmNameT &&value)
AlgorithmSummary & WithCreationTime(CreationTimeT &&value)
void SetCreationTime(CreationTimeT &&value)
AlgorithmStatus GetAlgorithmStatus() const
const Aws::String & GetAlgorithmName() const
AWS_SAGEMAKER_API AlgorithmSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool AlgorithmDescriptionHasBeenSet() const
const Aws::String & GetAlgorithmDescription() const
bool CreationTimeHasBeenSet() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetAlgorithmArn() const
AWS_SAGEMAKER_API AlgorithmSummary(Aws::Utils::Json::JsonView jsonValue)
void SetAlgorithmDescription(AlgorithmDescriptionT &&value)
bool AlgorithmArnHasBeenSet() const
AlgorithmSummary & WithAlgorithmStatus(AlgorithmStatus value)
AWS_SAGEMAKER_API AlgorithmSummary()=default
void SetAlgorithmArn(AlgorithmArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue