7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/sagemaker/model/AutoMLOutputDataConfig.h>
12#include <aws/sagemaker/model/ProblemType.h>
13#include <aws/sagemaker/model/AutoMLJobObjective.h>
14#include <aws/sagemaker/model/AutoMLJobConfig.h>
15#include <aws/sagemaker/model/ModelDeployConfig.h>
16#include <aws/sagemaker/model/AutoMLChannel.h>
17#include <aws/sagemaker/model/Tag.h>
52 template<
typename AutoMLJobNameT = Aws::String>
53 void SetAutoMLJobName(AutoMLJobNameT&& value) { m_autoMLJobNameHasBeenSet =
true; m_autoMLJobName = std::forward<AutoMLJobNameT>(value); }
54 template<
typename AutoMLJobNameT = Aws::String>
70 template<
typename InputDataConfigT = Aws::Vector<AutoMLChannel>>
71 void SetInputDataConfig(InputDataConfigT&& value) { m_inputDataConfigHasBeenSet =
true; m_inputDataConfig = std::forward<InputDataConfigT>(value); }
72 template<
typename InputDataConfigT = Aws::Vector<AutoMLChannel>>
74 template<
typename InputDataConfigT = AutoMLChannel>
85 template<
typename OutputDataConfigT = AutoMLOutputDataConfig>
86 void SetOutputDataConfig(OutputDataConfigT&& value) { m_outputDataConfigHasBeenSet =
true; m_outputDataConfig = std::forward<OutputDataConfigT>(value); }
87 template<
typename OutputDataConfigT = AutoMLOutputDataConfig>
113 template<
typename AutoMLJobObjectiveT = AutoMLJobObjective>
114 void SetAutoMLJobObjective(AutoMLJobObjectiveT&& value) { m_autoMLJobObjectiveHasBeenSet =
true; m_autoMLJobObjective = std::forward<AutoMLJobObjectiveT>(value); }
115 template<
typename AutoMLJobObjectiveT = AutoMLJobObjective>
125 template<
typename AutoMLJobConfigT = AutoMLJobConfig>
126 void SetAutoMLJobConfig(AutoMLJobConfigT&& value) { m_autoMLJobConfigHasBeenSet =
true; m_autoMLJobConfig = std::forward<AutoMLJobConfigT>(value); }
127 template<
typename AutoMLJobConfigT = AutoMLJobConfig>
137 template<
typename RoleArnT = Aws::String>
138 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
139 template<
typename RoleArnT = Aws::String>
165 template<
typename TagsT = Aws::Vector<Tag>>
166 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
167 template<
typename TagsT = Aws::Vector<Tag>>
169 template<
typename TagsT = Tag>
180 template<
typename ModelDeployConfigT = ModelDeployConfig>
181 void SetModelDeployConfig(ModelDeployConfigT&& value) { m_modelDeployConfigHasBeenSet =
true; m_modelDeployConfig = std::forward<ModelDeployConfigT>(value); }
182 template<
typename ModelDeployConfigT = ModelDeployConfig>
188 bool m_autoMLJobNameHasBeenSet =
false;
191 bool m_inputDataConfigHasBeenSet =
false;
194 bool m_outputDataConfigHasBeenSet =
false;
197 bool m_problemTypeHasBeenSet =
false;
199 AutoMLJobObjective m_autoMLJobObjective;
200 bool m_autoMLJobObjectiveHasBeenSet =
false;
202 AutoMLJobConfig m_autoMLJobConfig;
203 bool m_autoMLJobConfigHasBeenSet =
false;
206 bool m_roleArnHasBeenSet =
false;
208 bool m_generateCandidateDefinitionsOnly{
false};
209 bool m_generateCandidateDefinitionsOnlyHasBeenSet =
false;
212 bool m_tagsHasBeenSet =
false;
214 ModelDeployConfig m_modelDeployConfig;
215 bool m_modelDeployConfigHasBeenSet =
false;
bool ModelDeployConfigHasBeenSet() const
CreateAutoMLJobRequest & WithAutoMLJobName(AutoMLJobNameT &&value)
const Aws::Vector< Tag > & GetTags() const
bool RoleArnHasBeenSet() const
void SetRoleArn(RoleArnT &&value)
AWS_SAGEMAKER_API CreateAutoMLJobRequest()=default
void SetAutoMLJobConfig(AutoMLJobConfigT &&value)
void SetGenerateCandidateDefinitionsOnly(bool value)
CreateAutoMLJobRequest & WithTags(TagsT &&value)
void SetAutoMLJobObjective(AutoMLJobObjectiveT &&value)
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreateAutoMLJobRequest & WithAutoMLJobConfig(AutoMLJobConfigT &&value)
bool AutoMLJobObjectiveHasBeenSet() const
CreateAutoMLJobRequest & AddTags(TagsT &&value)
void SetTags(TagsT &&value)
CreateAutoMLJobRequest & WithGenerateCandidateDefinitionsOnly(bool value)
ProblemType GetProblemType() const
bool TagsHasBeenSet() const
const Aws::String & GetRoleArn() const
bool OutputDataConfigHasBeenSet() const
bool InputDataConfigHasBeenSet() const
const AutoMLJobConfig & GetAutoMLJobConfig() const
CreateAutoMLJobRequest & WithRoleArn(RoleArnT &&value)
void SetProblemType(ProblemType value)
CreateAutoMLJobRequest & AddInputDataConfig(InputDataConfigT &&value)
virtual const char * GetServiceRequestName() const override
const AutoMLOutputDataConfig & GetOutputDataConfig() const
void SetInputDataConfig(InputDataConfigT &&value)
const Aws::Vector< AutoMLChannel > & GetInputDataConfig() const
CreateAutoMLJobRequest & WithOutputDataConfig(OutputDataConfigT &&value)
void SetOutputDataConfig(OutputDataConfigT &&value)
CreateAutoMLJobRequest & WithInputDataConfig(InputDataConfigT &&value)
const ModelDeployConfig & GetModelDeployConfig() const
bool GenerateCandidateDefinitionsOnlyHasBeenSet() const
void SetModelDeployConfig(ModelDeployConfigT &&value)
CreateAutoMLJobRequest & WithAutoMLJobObjective(AutoMLJobObjectiveT &&value)
const AutoMLJobObjective & GetAutoMLJobObjective() const
bool ProblemTypeHasBeenSet() const
CreateAutoMLJobRequest & WithModelDeployConfig(ModelDeployConfigT &&value)
void SetAutoMLJobName(AutoMLJobNameT &&value)
bool AutoMLJobConfigHasBeenSet() const
bool AutoMLJobNameHasBeenSet() const
const Aws::String & GetAutoMLJobName() const
CreateAutoMLJobRequest & WithProblemType(ProblemType value)
bool GetGenerateCandidateDefinitionsOnly() const
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