7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/sagemaker/model/AlgorithmStatus.h>
49 template<
typename AlgorithmNameT = Aws::String>
50 void SetAlgorithmName(AlgorithmNameT&& value) { m_algorithmNameHasBeenSet =
true; m_algorithmName = std::forward<AlgorithmNameT>(value); }
51 template<
typename AlgorithmNameT = Aws::String>
61 template<
typename AlgorithmArnT = Aws::String>
62 void SetAlgorithmArn(AlgorithmArnT&& value) { m_algorithmArnHasBeenSet =
true; m_algorithmArn = std::forward<AlgorithmArnT>(value); }
63 template<
typename AlgorithmArnT = Aws::String>
73 template<
typename AlgorithmDescriptionT = Aws::String>
74 void SetAlgorithmDescription(AlgorithmDescriptionT&& value) { m_algorithmDescriptionHasBeenSet =
true; m_algorithmDescription = std::forward<AlgorithmDescriptionT>(value); }
75 template<
typename AlgorithmDescriptionT = Aws::String>
85 template<
typename CreationTimeT = Aws::Utils::DateTime>
86 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
87 template<
typename CreationTimeT = Aws::Utils::DateTime>
103 bool m_algorithmNameHasBeenSet =
false;
106 bool m_algorithmArnHasBeenSet =
false;
109 bool m_algorithmDescriptionHasBeenSet =
false;
112 bool m_creationTimeHasBeenSet =
false;
115 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