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/sagemaker/model/RecommendationJobType.h>
11#include <aws/sagemaker/model/RecommendationJobInputConfig.h>
12#include <aws/sagemaker/model/RecommendationJobStoppingConditions.h>
13#include <aws/sagemaker/model/RecommendationJobOutputConfig.h>
14#include <aws/core/utils/memory/stl/AWSVector.h>
15#include <aws/sagemaker/model/Tag.h>
36 inline virtual const char*
GetServiceRequestName()
const override {
return "CreateInferenceRecommendationsJob"; }
55 inline void SetJobName(
const char* value) { m_jobNameHasBeenSet =
true; m_jobName.assign(value); }
85 inline void SetRoleArn(
const char* value) { m_roleArnHasBeenSet =
true; m_roleArn.assign(value); }
112 inline void SetJobDescription(
const char* value) { m_jobDescriptionHasBeenSet =
true; m_jobDescription.assign(value); }
165 bool m_jobNameHasBeenSet =
false;
168 bool m_jobTypeHasBeenSet =
false;
171 bool m_roleArnHasBeenSet =
false;
174 bool m_inputConfigHasBeenSet =
false;
177 bool m_jobDescriptionHasBeenSet =
false;
180 bool m_stoppingConditionsHasBeenSet =
false;
183 bool m_outputConfigHasBeenSet =
false;
186 bool m_tagsHasBeenSet =
false;
CreateInferenceRecommendationsJobRequest & WithTags(Aws::Vector< Tag > &&value)
bool TagsHasBeenSet() const
CreateInferenceRecommendationsJobRequest & WithJobDescription(const char *value)
AWS_SAGEMAKER_API CreateInferenceRecommendationsJobRequest()
bool JobTypeHasBeenSet() const
CreateInferenceRecommendationsJobRequest & WithJobName(Aws::String &&value)
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool StoppingConditionsHasBeenSet() const
void SetJobType(RecommendationJobType &&value)
CreateInferenceRecommendationsJobRequest & WithInputConfig(const RecommendationJobInputConfig &value)
const Aws::String & GetRoleArn() const
void SetOutputConfig(RecommendationJobOutputConfig &&value)
CreateInferenceRecommendationsJobRequest & WithJobName(const char *value)
void SetJobName(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
void SetStoppingConditions(RecommendationJobStoppingConditions &&value)
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
const RecommendationJobType & GetJobType() const
const RecommendationJobStoppingConditions & GetStoppingConditions() const
void SetJobName(Aws::String &&value)
void SetJobDescription(const char *value)
const Aws::Vector< Tag > & GetTags() const
const RecommendationJobInputConfig & GetInputConfig() const
CreateInferenceRecommendationsJobRequest & AddTags(Tag &&value)
void SetTags(const Aws::Vector< Tag > &value)
bool JobDescriptionHasBeenSet() const
const Aws::String & GetJobDescription() const
CreateInferenceRecommendationsJobRequest & WithJobDescription(Aws::String &&value)
bool RoleArnHasBeenSet() const
void SetInputConfig(RecommendationJobInputConfig &&value)
bool InputConfigHasBeenSet() const
void SetInputConfig(const RecommendationJobInputConfig &value)
CreateInferenceRecommendationsJobRequest & WithOutputConfig(const RecommendationJobOutputConfig &value)
void SetRoleArn(const Aws::String &value)
bool OutputConfigHasBeenSet() const
CreateInferenceRecommendationsJobRequest & WithStoppingConditions(const RecommendationJobStoppingConditions &value)
void SetTags(Aws::Vector< Tag > &&value)
CreateInferenceRecommendationsJobRequest & WithJobDescription(const Aws::String &value)
void SetRoleArn(const char *value)
void SetJobDescription(const Aws::String &value)
CreateInferenceRecommendationsJobRequest & WithJobType(const RecommendationJobType &value)
CreateInferenceRecommendationsJobRequest & WithOutputConfig(RecommendationJobOutputConfig &&value)
void SetJobType(const RecommendationJobType &value)
CreateInferenceRecommendationsJobRequest & WithJobType(RecommendationJobType &&value)
void SetOutputConfig(const RecommendationJobOutputConfig &value)
CreateInferenceRecommendationsJobRequest & WithJobName(const Aws::String &value)
CreateInferenceRecommendationsJobRequest & AddTags(const Tag &value)
CreateInferenceRecommendationsJobRequest & WithRoleArn(const char *value)
bool JobNameHasBeenSet() const
void SetJobDescription(Aws::String &&value)
CreateInferenceRecommendationsJobRequest & WithRoleArn(const Aws::String &value)
const Aws::String & GetJobName() const
CreateInferenceRecommendationsJobRequest & WithRoleArn(Aws::String &&value)
void SetStoppingConditions(const RecommendationJobStoppingConditions &value)
CreateInferenceRecommendationsJobRequest & WithTags(const Aws::Vector< Tag > &value)
void SetRoleArn(Aws::String &&value)
CreateInferenceRecommendationsJobRequest & WithStoppingConditions(RecommendationJobStoppingConditions &&value)
const RecommendationJobOutputConfig & GetOutputConfig() const
void SetJobName(const char *value)
CreateInferenceRecommendationsJobRequest & WithInputConfig(RecommendationJobInputConfig &&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