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/InputConfig.h>
11#include <aws/sagemaker/model/OutputConfig.h>
12#include <aws/sagemaker/model/NeoVpcConfig.h>
13#include <aws/sagemaker/model/StoppingCondition.h>
14#include <aws/core/utils/memory/stl/AWSVector.h>
15#include <aws/sagemaker/model/Tag.h>
50 template<
typename CompilationJobNameT = Aws::String>
51 void SetCompilationJobName(CompilationJobNameT&& value) { m_compilationJobNameHasBeenSet =
true; m_compilationJobName = std::forward<CompilationJobNameT>(value); }
52 template<
typename CompilationJobNameT = Aws::String>
72 template<
typename RoleArnT = Aws::String>
73 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
74 template<
typename RoleArnT = Aws::String>
87 template<
typename ModelPackageVersionArnT = Aws::String>
88 void SetModelPackageVersionArn(ModelPackageVersionArnT&& value) { m_modelPackageVersionArnHasBeenSet =
true; m_modelPackageVersionArn = std::forward<ModelPackageVersionArnT>(value); }
89 template<
typename ModelPackageVersionArnT = Aws::String>
101 template<
typename InputConfigT = InputConfig>
102 void SetInputConfig(InputConfigT&& value) { m_inputConfigHasBeenSet =
true; m_inputConfig = std::forward<InputConfigT>(value); }
103 template<
typename InputConfigT = InputConfig>
114 template<
typename OutputConfigT = OutputConfig>
115 void SetOutputConfig(OutputConfigT&& value) { m_outputConfigHasBeenSet =
true; m_outputConfig = std::forward<OutputConfigT>(value); }
116 template<
typename OutputConfigT = OutputConfig>
131 template<
typename VpcConfigT = NeoVpcConfig>
132 void SetVpcConfig(VpcConfigT&& value) { m_vpcConfigHasBeenSet =
true; m_vpcConfig = std::forward<VpcConfigT>(value); }
133 template<
typename VpcConfigT = NeoVpcConfig>
145 template<
typename StoppingConditionT = StoppingCondition>
146 void SetStoppingCondition(StoppingConditionT&& value) { m_stoppingConditionHasBeenSet =
true; m_stoppingCondition = std::forward<StoppingConditionT>(value); }
147 template<
typename StoppingConditionT = StoppingCondition>
161 template<
typename TagsT = Aws::Vector<Tag>>
162 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
163 template<
typename TagsT = Aws::Vector<Tag>>
165 template<
typename TagsT = Tag>
171 bool m_compilationJobNameHasBeenSet =
false;
174 bool m_roleArnHasBeenSet =
false;
177 bool m_modelPackageVersionArnHasBeenSet =
false;
180 bool m_inputConfigHasBeenSet =
false;
183 bool m_outputConfigHasBeenSet =
false;
186 bool m_vpcConfigHasBeenSet =
false;
189 bool m_stoppingConditionHasBeenSet =
false;
192 bool m_tagsHasBeenSet =
false;
bool RoleArnHasBeenSet() const
bool TagsHasBeenSet() const
CreateCompilationJobRequest & WithTags(TagsT &&value)
void SetTags(TagsT &&value)
void SetInputConfig(InputConfigT &&value)
virtual const char * GetServiceRequestName() const override
CreateCompilationJobRequest & WithInputConfig(InputConfigT &&value)
CreateCompilationJobRequest & WithStoppingCondition(StoppingConditionT &&value)
bool ModelPackageVersionArnHasBeenSet() const
CreateCompilationJobRequest & WithRoleArn(RoleArnT &&value)
const Aws::String & GetCompilationJobName() const
void SetStoppingCondition(StoppingConditionT &&value)
const OutputConfig & GetOutputConfig() const
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
bool InputConfigHasBeenSet() const
AWS_SAGEMAKER_API CreateCompilationJobRequest()=default
const Aws::String & GetRoleArn() const
CreateCompilationJobRequest & WithVpcConfig(VpcConfigT &&value)
bool CompilationJobNameHasBeenSet() const
bool OutputConfigHasBeenSet() const
const StoppingCondition & GetStoppingCondition() const
void SetVpcConfig(VpcConfigT &&value)
CreateCompilationJobRequest & WithModelPackageVersionArn(ModelPackageVersionArnT &&value)
CreateCompilationJobRequest & WithCompilationJobName(CompilationJobNameT &&value)
const InputConfig & GetInputConfig() const
CreateCompilationJobRequest & AddTags(TagsT &&value)
const Aws::Vector< Tag > & GetTags() const
bool StoppingConditionHasBeenSet() const
void SetModelPackageVersionArn(ModelPackageVersionArnT &&value)
void SetRoleArn(RoleArnT &&value)
void SetCompilationJobName(CompilationJobNameT &&value)
void SetOutputConfig(OutputConfigT &&value)
const NeoVpcConfig & GetVpcConfig() const
bool VpcConfigHasBeenSet() const
CreateCompilationJobRequest & WithOutputConfig(OutputConfigT &&value)
const Aws::String & GetModelPackageVersionArn() const
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
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