7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/sagemaker/SageMaker_EXPORTS.h>
11#include <aws/sagemaker/model/AlgorithmStatus.h>
12#include <aws/sagemaker/model/AlgorithmStatusDetails.h>
13#include <aws/sagemaker/model/AlgorithmValidationSpecification.h>
14#include <aws/sagemaker/model/InferenceSpecification.h>
15#include <aws/sagemaker/model/TrainingSpecification.h>
20template <
typename RESULT_TYPE>
21class AmazonWebServiceResult;
41 template <
typename AlgorithmNameT = Aws::String>
43 m_algorithmNameHasBeenSet =
true;
44 m_algorithmName = std::forward<AlgorithmNameT>(value);
46 template <
typename AlgorithmNameT = Aws::String>
58 template <
typename AlgorithmArnT = Aws::String>
60 m_algorithmArnHasBeenSet =
true;
61 m_algorithmArn = std::forward<AlgorithmArnT>(value);
63 template <
typename AlgorithmArnT = Aws::String>
75 template <
typename AlgorithmDescriptionT = Aws::String>
77 m_algorithmDescriptionHasBeenSet =
true;
78 m_algorithmDescription = std::forward<AlgorithmDescriptionT>(value);
80 template <
typename AlgorithmDescriptionT = Aws::String>
92 template <
typename CreationTimeT = Aws::Utils::DateTime>
94 m_creationTimeHasBeenSet =
true;
95 m_creationTime = std::forward<CreationTimeT>(value);
97 template <
typename CreationTimeT = Aws::Utils::DateTime>
109 template <
typename TrainingSpecificationT = TrainingSpecification>
111 m_trainingSpecificationHasBeenSet =
true;
112 m_trainingSpecification = std::forward<TrainingSpecificationT>(value);
114 template <
typename TrainingSpecificationT = TrainingSpecification>
126 template <
typename InferenceSpecificationT = InferenceSpecification>
128 m_inferenceSpecificationHasBeenSet =
true;
129 m_inferenceSpecification = std::forward<InferenceSpecificationT>(value);
131 template <
typename InferenceSpecificationT = InferenceSpecification>
144 template <
typename Val
idationSpecificationT = AlgorithmVal
idationSpecification>
146 m_validationSpecificationHasBeenSet =
true;
147 m_validationSpecification = std::forward<ValidationSpecificationT>(value);
149 template <
typename Val
idationSpecificationT = AlgorithmVal
idationSpecification>
162 m_algorithmStatusHasBeenSet =
true;
163 m_algorithmStatus = value;
176 template <
typename AlgorithmStatusDetailsT = AlgorithmStatusDetails>
178 m_algorithmStatusDetailsHasBeenSet =
true;
179 m_algorithmStatusDetails = std::forward<AlgorithmStatusDetailsT>(value);
181 template <
typename AlgorithmStatusDetailsT = AlgorithmStatusDetails>
193 template <
typename ProductIdT = Aws::String>
195 m_productIdHasBeenSet =
true;
196 m_productId = std::forward<ProductIdT>(value);
198 template <
typename ProductIdT = Aws::String>
212 m_certifyForMarketplaceHasBeenSet =
true;
213 m_certifyForMarketplace = value;
224 template <
typename RequestIdT = Aws::String>
226 m_requestIdHasBeenSet =
true;
227 m_requestId = std::forward<RequestIdT>(value);
229 template <
typename RequestIdT = Aws::String>
246 TrainingSpecification m_trainingSpecification;
248 InferenceSpecification m_inferenceSpecification;
250 AlgorithmValidationSpecification m_validationSpecification;
254 AlgorithmStatusDetails m_algorithmStatusDetails;
258 bool m_certifyForMarketplace{
false};
262 bool m_algorithmNameHasBeenSet =
false;
263 bool m_algorithmArnHasBeenSet =
false;
264 bool m_algorithmDescriptionHasBeenSet =
false;
265 bool m_creationTimeHasBeenSet =
false;
266 bool m_trainingSpecificationHasBeenSet =
false;
267 bool m_inferenceSpecificationHasBeenSet =
false;
268 bool m_validationSpecificationHasBeenSet =
false;
269 bool m_algorithmStatusHasBeenSet =
false;
270 bool m_algorithmStatusDetailsHasBeenSet =
false;
271 bool m_productIdHasBeenSet =
false;
272 bool m_certifyForMarketplaceHasBeenSet =
false;
273 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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