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/HumanTaskConfig.h>
12#include <aws/sagemaker/model/LabelingJobAlgorithmsConfig.h>
13#include <aws/sagemaker/model/LabelingJobInputConfig.h>
14#include <aws/sagemaker/model/LabelingJobOutputConfig.h>
15#include <aws/sagemaker/model/LabelingJobStoppingConditions.h>
16#include <aws/sagemaker/model/Tag.h>
50 template <
typename LabelingJobNameT = Aws::String>
52 m_labelingJobNameHasBeenSet =
true;
53 m_labelingJobName = std::forward<LabelingJobNameT>(value);
55 template <
typename LabelingJobNameT = Aws::String>
99 template <
typename LabelAttributeNameT = Aws::String>
101 m_labelAttributeNameHasBeenSet =
true;
102 m_labelAttributeName = std::forward<LabelAttributeNameT>(value);
104 template <
typename LabelAttributeNameT = Aws::String>
131 template <
typename InputConfigT = LabelingJobInputConfig>
133 m_inputConfigHasBeenSet =
true;
134 m_inputConfig = std::forward<InputConfigT>(value);
136 template <
typename InputConfigT = LabelingJobInputConfig>
150 template <
typename OutputConfigT = LabelingJobOutputConfig>
152 m_outputConfigHasBeenSet =
true;
153 m_outputConfig = std::forward<OutputConfigT>(value);
155 template <
typename OutputConfigT = LabelingJobOutputConfig>
171 template <
typename RoleArnT = Aws::String>
173 m_roleArnHasBeenSet =
true;
174 m_roleArn = std::forward<RoleArnT>(value);
176 template <
typename RoleArnT = Aws::String>
224 template <
typename LabelCategoryConfigS3UriT = Aws::String>
226 m_labelCategoryConfigS3UriHasBeenSet =
true;
227 m_labelCategoryConfigS3Uri = std::forward<LabelCategoryConfigS3UriT>(value);
229 template <
typename LabelCategoryConfigS3UriT = Aws::String>
244 template <
typename StoppingConditionsT = LabelingJobStoppingConditions>
246 m_stoppingConditionsHasBeenSet =
true;
247 m_stoppingConditions = std::forward<StoppingConditionsT>(value);
249 template <
typename StoppingConditionsT = LabelingJobStoppingConditions>
262 template <
typename LabelingJobAlgorithmsConfigT = LabelingJobAlgorithmsConfig>
264 m_labelingJobAlgorithmsConfigHasBeenSet =
true;
265 m_labelingJobAlgorithmsConfig = std::forward<LabelingJobAlgorithmsConfigT>(value);
267 template <
typename LabelingJobAlgorithmsConfigT = LabelingJobAlgorithmsConfig>
281 template <
typename HumanTaskConfigT = HumanTaskConfig>
283 m_humanTaskConfigHasBeenSet =
true;
284 m_humanTaskConfig = std::forward<HumanTaskConfigT>(value);
286 template <
typename HumanTaskConfigT = HumanTaskConfig>
302 template <
typename TagsT = Aws::Vector<Tag>>
304 m_tagsHasBeenSet =
true;
305 m_tags = std::forward<TagsT>(value);
307 template <
typename TagsT = Aws::Vector<Tag>>
309 SetTags(std::forward<TagsT>(value));
312 template <
typename TagsT = Tag>
314 m_tagsHasBeenSet =
true;
315 m_tags.emplace_back(std::forward<TagsT>(value));
339 bool m_labelingJobNameHasBeenSet =
false;
340 bool m_labelAttributeNameHasBeenSet =
false;
341 bool m_inputConfigHasBeenSet =
false;
342 bool m_outputConfigHasBeenSet =
false;
343 bool m_roleArnHasBeenSet =
false;
344 bool m_labelCategoryConfigS3UriHasBeenSet =
false;
345 bool m_stoppingConditionsHasBeenSet =
false;
346 bool m_labelingJobAlgorithmsConfigHasBeenSet =
false;
347 bool m_humanTaskConfigHasBeenSet =
false;
348 bool m_tagsHasBeenSet =
false;
const Aws::String & GetRoleArn() const
void SetRoleArn(RoleArnT &&value)
const LabelingJobInputConfig & GetInputConfig() const
const Aws::Vector< Tag > & GetTags() const
CreateLabelingJobRequest & WithHumanTaskConfig(HumanTaskConfigT &&value)
void SetLabelingJobAlgorithmsConfig(LabelingJobAlgorithmsConfigT &&value)
CreateLabelingJobRequest & WithLabelingJobAlgorithmsConfig(LabelingJobAlgorithmsConfigT &&value)
virtual const char * GetServiceRequestName() const override
CreateLabelingJobRequest & WithLabelAttributeName(LabelAttributeNameT &&value)
CreateLabelingJobRequest & WithTags(TagsT &&value)
const LabelingJobStoppingConditions & GetStoppingConditions() const
bool LabelingJobNameHasBeenSet() const
bool TagsHasBeenSet() const
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
CreateLabelingJobRequest & WithRoleArn(RoleArnT &&value)
const Aws::String & GetLabelingJobName() const
void SetLabelAttributeName(LabelAttributeNameT &&value)
bool HumanTaskConfigHasBeenSet() const
bool LabelAttributeNameHasBeenSet() const
CreateLabelingJobRequest & WithOutputConfig(OutputConfigT &&value)
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetTags(TagsT &&value)
CreateLabelingJobRequest & WithInputConfig(InputConfigT &&value)
bool StoppingConditionsHasBeenSet() const
const LabelingJobAlgorithmsConfig & GetLabelingJobAlgorithmsConfig() const
void SetLabelCategoryConfigS3Uri(LabelCategoryConfigS3UriT &&value)
CreateLabelingJobRequest & WithLabelingJobName(LabelingJobNameT &&value)
bool LabelCategoryConfigS3UriHasBeenSet() const
bool RoleArnHasBeenSet() const
bool LabelingJobAlgorithmsConfigHasBeenSet() const
void SetLabelingJobName(LabelingJobNameT &&value)
bool InputConfigHasBeenSet() const
const Aws::String & GetLabelAttributeName() const
CreateLabelingJobRequest & WithStoppingConditions(StoppingConditionsT &&value)
void SetInputConfig(InputConfigT &&value)
CreateLabelingJobRequest & AddTags(TagsT &&value)
CreateLabelingJobRequest & WithLabelCategoryConfigS3Uri(LabelCategoryConfigS3UriT &&value)
const HumanTaskConfig & GetHumanTaskConfig() const
void SetStoppingConditions(StoppingConditionsT &&value)
const Aws::String & GetLabelCategoryConfigS3Uri() const
const LabelingJobOutputConfig & GetOutputConfig() const
void SetHumanTaskConfig(HumanTaskConfigT &&value)
AWS_SAGEMAKER_API CreateLabelingJobRequest()=default
bool OutputConfigHasBeenSet() const
void SetOutputConfig(OutputConfigT &&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