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/TrainingSpecification.h>
11#include <aws/sagemaker/model/InferenceSpecification.h>
12#include <aws/sagemaker/model/AlgorithmValidationSpecification.h>
13#include <aws/sagemaker/model/AlgorithmStatus.h>
14#include <aws/sagemaker/model/AlgorithmStatusDetails.h>
19template<
typename RESULT_TYPE>
20class AmazonWebServiceResult;
46 template<
typename AlgorithmNameT = Aws::String>
47 void SetAlgorithmName(AlgorithmNameT&& value) { m_algorithmNameHasBeenSet =
true; m_algorithmName = std::forward<AlgorithmNameT>(value); }
48 template<
typename AlgorithmNameT = Aws::String>
57 template<
typename AlgorithmArnT = Aws::String>
58 void SetAlgorithmArn(AlgorithmArnT&& value) { m_algorithmArnHasBeenSet =
true; m_algorithmArn = std::forward<AlgorithmArnT>(value); }
59 template<
typename AlgorithmArnT = Aws::String>
68 template<
typename AlgorithmDescriptionT = Aws::String>
69 void SetAlgorithmDescription(AlgorithmDescriptionT&& value) { m_algorithmDescriptionHasBeenSet =
true; m_algorithmDescription = std::forward<AlgorithmDescriptionT>(value); }
70 template<
typename AlgorithmDescriptionT = Aws::String>
79 template<
typename CreationTimeT = Aws::Utils::DateTime>
80 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
81 template<
typename CreationTimeT = Aws::Utils::DateTime>
90 template<
typename TrainingSpecificationT = TrainingSpecification>
91 void SetTrainingSpecification(TrainingSpecificationT&& value) { m_trainingSpecificationHasBeenSet =
true; m_trainingSpecification = std::forward<TrainingSpecificationT>(value); }
92 template<
typename TrainingSpecificationT = TrainingSpecification>
101 template<
typename InferenceSpecificationT = InferenceSpecification>
102 void SetInferenceSpecification(InferenceSpecificationT&& value) { m_inferenceSpecificationHasBeenSet =
true; m_inferenceSpecification = std::forward<InferenceSpecificationT>(value); }
103 template<
typename InferenceSpecificationT = InferenceSpecification>
113 template<
typename Val
idationSpecificationT = AlgorithmVal
idationSpecification>
114 void SetValidationSpecification(ValidationSpecificationT&& value) { m_validationSpecificationHasBeenSet =
true; m_validationSpecification = std::forward<ValidationSpecificationT>(value); }
115 template<
typename Val
idationSpecificationT = AlgorithmVal
idationSpecification>
133 template<
typename AlgorithmStatusDetailsT = AlgorithmStatusDetails>
134 void SetAlgorithmStatusDetails(AlgorithmStatusDetailsT&& value) { m_algorithmStatusDetailsHasBeenSet =
true; m_algorithmStatusDetails = std::forward<AlgorithmStatusDetailsT>(value); }
135 template<
typename AlgorithmStatusDetailsT = AlgorithmStatusDetails>
144 template<
typename ProductIdT = Aws::String>
145 void SetProductId(ProductIdT&& value) { m_productIdHasBeenSet =
true; m_productId = std::forward<ProductIdT>(value); }
146 template<
typename ProductIdT = Aws::String>
163 template<
typename RequestIdT = Aws::String>
164 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
165 template<
typename RequestIdT = Aws::String>
171 bool m_algorithmNameHasBeenSet =
false;
174 bool m_algorithmArnHasBeenSet =
false;
177 bool m_algorithmDescriptionHasBeenSet =
false;
180 bool m_creationTimeHasBeenSet =
false;
182 TrainingSpecification m_trainingSpecification;
183 bool m_trainingSpecificationHasBeenSet =
false;
185 InferenceSpecification m_inferenceSpecification;
186 bool m_inferenceSpecificationHasBeenSet =
false;
188 AlgorithmValidationSpecification m_validationSpecification;
189 bool m_validationSpecificationHasBeenSet =
false;
192 bool m_algorithmStatusHasBeenSet =
false;
194 AlgorithmStatusDetails m_algorithmStatusDetails;
195 bool m_algorithmStatusDetailsHasBeenSet =
false;
198 bool m_productIdHasBeenSet =
false;
200 bool m_certifyForMarketplace{
false};
201 bool m_certifyForMarketplaceHasBeenSet =
false;
204 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