7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/sagemaker/SageMakerRequest.h>
10#include <aws/sagemaker/SageMaker_EXPORTS.h>
11#include <aws/sagemaker/model/AlgorithmValidationSpecification.h>
12#include <aws/sagemaker/model/InferenceSpecification.h>
13#include <aws/sagemaker/model/Tag.h>
14#include <aws/sagemaker/model/TrainingSpecification.h>
44 template <
typename AlgorithmNameT = Aws::String>
46 m_algorithmNameHasBeenSet =
true;
47 m_algorithmName = std::forward<AlgorithmNameT>(value);
49 template <
typename AlgorithmNameT = Aws::String>
62 template <
typename AlgorithmDescriptionT = Aws::String>
64 m_algorithmDescriptionHasBeenSet =
true;
65 m_algorithmDescription = std::forward<AlgorithmDescriptionT>(value);
67 template <
typename AlgorithmDescriptionT = Aws::String>
90 template <
typename TrainingSpecificationT = TrainingSpecification>
92 m_trainingSpecificationHasBeenSet =
true;
93 m_trainingSpecification = std::forward<TrainingSpecificationT>(value);
95 template <
typename TrainingSpecificationT = TrainingSpecification>
113 template <
typename InferenceSpecificationT = InferenceSpecification>
115 m_inferenceSpecificationHasBeenSet =
true;
116 m_inferenceSpecification = std::forward<InferenceSpecificationT>(value);
118 template <
typename InferenceSpecificationT = InferenceSpecification>
133 template <
typename Val
idationSpecificationT = AlgorithmVal
idationSpecification>
135 m_validationSpecificationHasBeenSet =
true;
136 m_validationSpecification = std::forward<ValidationSpecificationT>(value);
138 template <
typename Val
idationSpecificationT = AlgorithmVal
idationSpecification>
153 m_certifyForMarketplaceHasBeenSet =
true;
154 m_certifyForMarketplace = value;
172 template <
typename TagsT = Aws::Vector<Tag>>
174 m_tagsHasBeenSet =
true;
175 m_tags = std::forward<TagsT>(value);
177 template <
typename TagsT = Aws::Vector<Tag>>
179 SetTags(std::forward<TagsT>(value));
182 template <
typename TagsT = Tag>
184 m_tagsHasBeenSet =
true;
185 m_tags.emplace_back(std::forward<TagsT>(value));
200 bool m_certifyForMarketplace{
false};
203 bool m_algorithmNameHasBeenSet =
false;
204 bool m_algorithmDescriptionHasBeenSet =
false;
205 bool m_trainingSpecificationHasBeenSet =
false;
206 bool m_inferenceSpecificationHasBeenSet =
false;
207 bool m_validationSpecificationHasBeenSet =
false;
208 bool m_certifyForMarketplaceHasBeenSet =
false;
209 bool m_tagsHasBeenSet =
false;
const Aws::String & GetAlgorithmName() const
const InferenceSpecification & GetInferenceSpecification() const
bool AlgorithmNameHasBeenSet() const
bool AlgorithmDescriptionHasBeenSet() const
void SetTrainingSpecification(TrainingSpecificationT &&value)
void SetTags(TagsT &&value)
bool CertifyForMarketplaceHasBeenSet() const
AWS_SAGEMAKER_API CreateAlgorithmRequest()=default
const Aws::Vector< Tag > & GetTags() const
bool ValidationSpecificationHasBeenSet() const
void SetInferenceSpecification(InferenceSpecificationT &&value)
bool TrainingSpecificationHasBeenSet() const
void SetValidationSpecification(ValidationSpecificationT &&value)
CreateAlgorithmRequest & WithValidationSpecification(ValidationSpecificationT &&value)
bool GetCertifyForMarketplace() const
const AlgorithmValidationSpecification & GetValidationSpecification() const
CreateAlgorithmRequest & WithInferenceSpecification(InferenceSpecificationT &&value)
const Aws::String & GetAlgorithmDescription() const
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
CreateAlgorithmRequest & WithAlgorithmDescription(AlgorithmDescriptionT &&value)
CreateAlgorithmRequest & WithAlgorithmName(AlgorithmNameT &&value)
CreateAlgorithmRequest & WithTrainingSpecification(TrainingSpecificationT &&value)
bool TagsHasBeenSet() const
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreateAlgorithmRequest & AddTags(TagsT &&value)
CreateAlgorithmRequest & WithTags(TagsT &&value)
const TrainingSpecification & GetTrainingSpecification() const
void SetAlgorithmDescription(AlgorithmDescriptionT &&value)
CreateAlgorithmRequest & WithCertifyForMarketplace(bool value)
virtual const char * GetServiceRequestName() const override
bool InferenceSpecificationHasBeenSet() const
void SetAlgorithmName(AlgorithmNameT &&value)
void SetCertifyForMarketplace(bool value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector