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/FeatureParameter.h>
46 template<
typename FeatureGroupNameT = Aws::String>
47 void SetFeatureGroupName(FeatureGroupNameT&& value) { m_featureGroupNameHasBeenSet =
true; m_featureGroupName = std::forward<FeatureGroupNameT>(value); }
48 template<
typename FeatureGroupNameT = Aws::String>
58 template<
typename FeatureNameT = Aws::String>
59 void SetFeatureName(FeatureNameT&& value) { m_featureNameHasBeenSet =
true; m_featureName = std::forward<FeatureNameT>(value); }
60 template<
typename FeatureNameT = Aws::String>
70 template<
typename DescriptionT = Aws::String>
71 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
72 template<
typename DescriptionT = Aws::String>
83 template<
typename ParameterAdditionsT = Aws::Vector<FeatureParameter>>
84 void SetParameterAdditions(ParameterAdditionsT&& value) { m_parameterAdditionsHasBeenSet =
true; m_parameterAdditions = std::forward<ParameterAdditionsT>(value); }
85 template<
typename ParameterAdditionsT = Aws::Vector<FeatureParameter>>
87 template<
typename ParameterAdditionsT = FeatureParameter>
98 template<
typename ParameterRemovalsT = Aws::Vector<Aws::String>>
99 void SetParameterRemovals(ParameterRemovalsT&& value) { m_parameterRemovalsHasBeenSet =
true; m_parameterRemovals = std::forward<ParameterRemovalsT>(value); }
100 template<
typename ParameterRemovalsT = Aws::Vector<Aws::String>>
102 template<
typename ParameterRemovalsT = Aws::String>
108 bool m_featureGroupNameHasBeenSet =
false;
111 bool m_featureNameHasBeenSet =
false;
114 bool m_descriptionHasBeenSet =
false;
117 bool m_parameterAdditionsHasBeenSet =
false;
120 bool m_parameterRemovalsHasBeenSet =
false;
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