7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/model/LabelingJobDataSource.h>
9#include <aws/sagemaker/model/LabelingJobDataAttributes.h>
48 template<
typename DataSourceT = LabelingJobDataSource>
49 void SetDataSource(DataSourceT&& value) { m_dataSourceHasBeenSet =
true; m_dataSource = std::forward<DataSourceT>(value); }
50 template<
typename DataSourceT = LabelingJobDataSource>
60 template<
typename DataAttributesT = LabelingJobDataAttributes>
61 void SetDataAttributes(DataAttributesT&& value) { m_dataAttributesHasBeenSet =
true; m_dataAttributes = std::forward<DataAttributesT>(value); }
62 template<
typename DataAttributesT = LabelingJobDataAttributes>
68 bool m_dataSourceHasBeenSet =
false;
71 bool m_dataAttributesHasBeenSet =
false;
Aws::Utils::Json::JsonValue JsonValue