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>
11#include <aws/sagemaker/model/AlgorithmStatusDetails.h>
12#include <aws/sagemaker/model/AlgorithmValidationSpecification.h>
13#include <aws/sagemaker/model/InferenceSpecification.h>
14#include <aws/sagemaker/model/TrainingSpecification.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
40 template <
typename AlgorithmNameT = Aws::String>
42 m_algorithmNameHasBeenSet =
true;
43 m_algorithmName = std::forward<AlgorithmNameT>(value);
45 template <
typename AlgorithmNameT = Aws::String>
57 template <
typename AlgorithmArnT = Aws::String>
59 m_algorithmArnHasBeenSet =
true;
60 m_algorithmArn = std::forward<AlgorithmArnT>(value);
62 template <
typename AlgorithmArnT = Aws::String>
74 template <
typename AlgorithmDescriptionT = Aws::String>
76 m_algorithmDescriptionHasBeenSet =
true;
77 m_algorithmDescription = std::forward<AlgorithmDescriptionT>(value);
79 template <
typename AlgorithmDescriptionT = Aws::String>
91 template <
typename CreationTimeT = Aws::Utils::DateTime>
93 m_creationTimeHasBeenSet =
true;
94 m_creationTime = std::forward<CreationTimeT>(value);
96 template <
typename CreationTimeT = Aws::Utils::DateTime>
108 template <
typename TrainingSpecificationT = TrainingSpecification>
110 m_trainingSpecificationHasBeenSet =
true;
111 m_trainingSpecification = std::forward<TrainingSpecificationT>(value);
113 template <
typename TrainingSpecificationT = TrainingSpecification>
125 template <
typename InferenceSpecificationT = InferenceSpecification>
127 m_inferenceSpecificationHasBeenSet =
true;
128 m_inferenceSpecification = std::forward<InferenceSpecificationT>(value);
130 template <
typename InferenceSpecificationT = InferenceSpecification>
143 template <
typename Val
idationSpecificationT = AlgorithmVal
idationSpecification>
145 m_validationSpecificationHasBeenSet =
true;
146 m_validationSpecification = std::forward<ValidationSpecificationT>(value);
148 template <
typename Val
idationSpecificationT = AlgorithmVal
idationSpecification>
161 m_algorithmStatusHasBeenSet =
true;
162 m_algorithmStatus = value;
175 template <
typename AlgorithmStatusDetailsT = AlgorithmStatusDetails>
177 m_algorithmStatusDetailsHasBeenSet =
true;
178 m_algorithmStatusDetails = std::forward<AlgorithmStatusDetailsT>(value);
180 template <
typename AlgorithmStatusDetailsT = AlgorithmStatusDetails>
192 template <
typename ProductIdT = Aws::String>
194 m_productIdHasBeenSet =
true;
195 m_productId = std::forward<ProductIdT>(value);
197 template <
typename ProductIdT = Aws::String>
211 m_certifyForMarketplaceHasBeenSet =
true;
212 m_certifyForMarketplace = value;
223 template <
typename RequestIdT = Aws::String>
225 m_requestIdHasBeenSet =
true;
226 m_requestId = std::forward<RequestIdT>(value);
228 template <
typename RequestIdT = Aws::String>
243 TrainingSpecification m_trainingSpecification;
245 InferenceSpecification m_inferenceSpecification;
247 AlgorithmValidationSpecification m_validationSpecification;
251 AlgorithmStatusDetails m_algorithmStatusDetails;
255 bool m_certifyForMarketplace{
false};
258 bool m_algorithmNameHasBeenSet =
false;
259 bool m_algorithmArnHasBeenSet =
false;
260 bool m_algorithmDescriptionHasBeenSet =
false;
261 bool m_creationTimeHasBeenSet =
false;
262 bool m_trainingSpecificationHasBeenSet =
false;
263 bool m_inferenceSpecificationHasBeenSet =
false;
264 bool m_validationSpecificationHasBeenSet =
false;
265 bool m_algorithmStatusHasBeenSet =
false;
266 bool m_algorithmStatusDetailsHasBeenSet =
false;
267 bool m_productIdHasBeenSet =
false;
268 bool m_certifyForMarketplaceHasBeenSet =
false;
269 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetAlgorithmArn() const
const Aws::String & GetRequestId() const
const AlgorithmValidationSpecification & GetValidationSpecification() const
DescribeAlgorithmResult & WithRequestId(RequestIdT &&value)
void SetCreationTime(CreationTimeT &&value)
void SetAlgorithmName(AlgorithmNameT &&value)
bool GetCertifyForMarketplace() const
const Aws::Utils::DateTime & GetCreationTime() const
DescribeAlgorithmResult & WithInferenceSpecification(InferenceSpecificationT &&value)
void SetCertifyForMarketplace(bool value)
AlgorithmStatus GetAlgorithmStatus() const
void SetAlgorithmStatus(AlgorithmStatus value)
const Aws::String & GetAlgorithmDescription() const
DescribeAlgorithmResult & WithAlgorithmDescription(AlgorithmDescriptionT &&value)
const Aws::String & GetProductId() const
void SetTrainingSpecification(TrainingSpecificationT &&value)
void SetValidationSpecification(ValidationSpecificationT &&value)
DescribeAlgorithmResult & WithTrainingSpecification(TrainingSpecificationT &&value)
const AlgorithmStatusDetails & GetAlgorithmStatusDetails() const
DescribeAlgorithmResult & WithAlgorithmStatus(AlgorithmStatus value)
DescribeAlgorithmResult & WithCreationTime(CreationTimeT &&value)
void SetInferenceSpecification(InferenceSpecificationT &&value)
DescribeAlgorithmResult & WithCertifyForMarketplace(bool value)
const TrainingSpecification & GetTrainingSpecification() const
DescribeAlgorithmResult & WithProductId(ProductIdT &&value)
AWS_SAGEMAKER_API DescribeAlgorithmResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SAGEMAKER_API DescribeAlgorithmResult()=default
void SetAlgorithmDescription(AlgorithmDescriptionT &&value)
void SetAlgorithmArn(AlgorithmArnT &&value)
DescribeAlgorithmResult & WithAlgorithmStatusDetails(AlgorithmStatusDetailsT &&value)
void SetAlgorithmStatusDetails(AlgorithmStatusDetailsT &&value)
void SetProductId(ProductIdT &&value)
const Aws::String & GetAlgorithmName() const
DescribeAlgorithmResult & WithAlgorithmArn(AlgorithmArnT &&value)
AWS_SAGEMAKER_API DescribeAlgorithmResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeAlgorithmResult & WithAlgorithmName(AlgorithmNameT &&value)
const InferenceSpecification & GetInferenceSpecification() const
void SetRequestId(RequestIdT &&value)
DescribeAlgorithmResult & WithValidationSpecification(ValidationSpecificationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue