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>
54 inline void SetAutoMLJobName(
const char* value) { m_autoMLJobNameHasBeenSet =
true; m_autoMLJobName.assign(value); }
143 inline void SetRoleArn(
const char* value) { m_roleArnHasBeenSet =
true; m_roleArn.assign(value); }
194 bool m_autoMLJobNameHasBeenSet =
false;
197 bool m_inputDataConfigHasBeenSet =
false;
200 bool m_outputDataConfigHasBeenSet =
false;
203 bool m_problemTypeHasBeenSet =
false;
206 bool m_autoMLJobObjectiveHasBeenSet =
false;
209 bool m_autoMLJobConfigHasBeenSet =
false;
212 bool m_roleArnHasBeenSet =
false;
214 bool m_generateCandidateDefinitionsOnly;
215 bool m_generateCandidateDefinitionsOnlyHasBeenSet =
false;
218 bool m_tagsHasBeenSet =
false;
221 bool m_modelDeployConfigHasBeenSet =
false;
CreateAutoMLJobRequest & WithOutputDataConfig(AutoMLOutputDataConfig &&value)
bool ModelDeployConfigHasBeenSet() const
void SetOutputDataConfig(AutoMLOutputDataConfig &&value)
const Aws::Vector< Tag > & GetTags() const
bool RoleArnHasBeenSet() const
CreateAutoMLJobRequest & WithAutoMLJobName(const Aws::String &value)
CreateAutoMLJobRequest & AddInputDataConfig(const AutoMLChannel &value)
void SetOutputDataConfig(const AutoMLOutputDataConfig &value)
CreateAutoMLJobRequest & WithTags(Aws::Vector< Tag > &&value)
CreateAutoMLJobRequest & WithProblemType(ProblemType &&value)
CreateAutoMLJobRequest & WithRoleArn(Aws::String &&value)
AWS_SAGEMAKER_API CreateAutoMLJobRequest()
void SetAutoMLJobObjective(AutoMLJobObjective &&value)
CreateAutoMLJobRequest & WithRoleArn(const Aws::String &value)
void SetGenerateCandidateDefinitionsOnly(bool value)
void SetTags(Aws::Vector< Tag > &&value)
const ProblemType & GetProblemType() const
CreateAutoMLJobRequest & WithAutoMLJobConfig(const AutoMLJobConfig &value)
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
void SetProblemType(const ProblemType &value)
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetRoleArn(Aws::String &&value)
void SetModelDeployConfig(const ModelDeployConfig &value)
void SetInputDataConfig(Aws::Vector< AutoMLChannel > &&value)
CreateAutoMLJobRequest & WithAutoMLJobName(Aws::String &&value)
void SetAutoMLJobConfig(AutoMLJobConfig &&value)
bool AutoMLJobObjectiveHasBeenSet() const
CreateAutoMLJobRequest & WithGenerateCandidateDefinitionsOnly(bool value)
CreateAutoMLJobRequest & WithOutputDataConfig(const AutoMLOutputDataConfig &value)
CreateAutoMLJobRequest & WithAutoMLJobObjective(const AutoMLJobObjective &value)
bool TagsHasBeenSet() const
const Aws::String & GetRoleArn() const
CreateAutoMLJobRequest & WithAutoMLJobConfig(AutoMLJobConfig &&value)
CreateAutoMLJobRequest & WithModelDeployConfig(ModelDeployConfig &&value)
void SetProblemType(ProblemType &&value)
bool OutputDataConfigHasBeenSet() const
bool InputDataConfigHasBeenSet() const
CreateAutoMLJobRequest & WithInputDataConfig(const Aws::Vector< AutoMLChannel > &value)
const AutoMLJobConfig & GetAutoMLJobConfig() const
void SetInputDataConfig(const Aws::Vector< AutoMLChannel > &value)
CreateAutoMLJobRequest & WithAutoMLJobObjective(AutoMLJobObjective &&value)
virtual const char * GetServiceRequestName() const override
const AutoMLOutputDataConfig & GetOutputDataConfig() const
CreateAutoMLJobRequest & WithInputDataConfig(Aws::Vector< AutoMLChannel > &&value)
void SetAutoMLJobName(const Aws::String &value)
void SetRoleArn(const Aws::String &value)
const Aws::Vector< AutoMLChannel > & GetInputDataConfig() const
CreateAutoMLJobRequest & AddTags(Tag &&value)
void SetAutoMLJobConfig(const AutoMLJobConfig &value)
void SetAutoMLJobName(Aws::String &&value)
CreateAutoMLJobRequest & WithProblemType(const ProblemType &value)
CreateAutoMLJobRequest & WithModelDeployConfig(const ModelDeployConfig &value)
CreateAutoMLJobRequest & AddInputDataConfig(AutoMLChannel &&value)
CreateAutoMLJobRequest & WithAutoMLJobName(const char *value)
void SetAutoMLJobObjective(const AutoMLJobObjective &value)
const ModelDeployConfig & GetModelDeployConfig() const
CreateAutoMLJobRequest & WithRoleArn(const char *value)
bool GenerateCandidateDefinitionsOnlyHasBeenSet() const
const AutoMLJobObjective & GetAutoMLJobObjective() const
bool ProblemTypeHasBeenSet() const
void SetModelDeployConfig(ModelDeployConfig &&value)
void SetAutoMLJobName(const char *value)
CreateAutoMLJobRequest & AddTags(const Tag &value)
void SetTags(const Aws::Vector< Tag > &value)
bool AutoMLJobConfigHasBeenSet() const
CreateAutoMLJobRequest & WithTags(const Aws::Vector< Tag > &value)
bool AutoMLJobNameHasBeenSet() const
const Aws::String & GetAutoMLJobName() const
bool GetGenerateCandidateDefinitionsOnly() const
void SetRoleArn(const char *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