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/FeatureParameter.h>
42 template <
typename FeatureGroupNameT = Aws::String>
44 m_featureGroupNameHasBeenSet =
true;
45 m_featureGroupName = std::forward<FeatureGroupNameT>(value);
47 template <
typename FeatureGroupNameT = Aws::String>
60 template <
typename FeatureNameT = Aws::String>
62 m_featureNameHasBeenSet =
true;
63 m_featureName = std::forward<FeatureNameT>(value);
65 template <
typename FeatureNameT = Aws::String>
78 template <
typename DescriptionT = Aws::String>
80 m_descriptionHasBeenSet =
true;
81 m_description = std::forward<DescriptionT>(value);
83 template <
typename DescriptionT = Aws::String>
97 template <
typename ParameterAdditionsT = Aws::Vector<FeatureParameter>>
99 m_parameterAdditionsHasBeenSet =
true;
100 m_parameterAdditions = std::forward<ParameterAdditionsT>(value);
102 template <
typename ParameterAdditionsT = Aws::Vector<FeatureParameter>>
107 template <
typename ParameterAdditionsT = FeatureParameter>
109 m_parameterAdditionsHasBeenSet =
true;
110 m_parameterAdditions.emplace_back(std::forward<ParameterAdditionsT>(value));
122 template <
typename ParameterRemovalsT = Aws::Vector<Aws::String>>
124 m_parameterRemovalsHasBeenSet =
true;
125 m_parameterRemovals = std::forward<ParameterRemovalsT>(value);
127 template <
typename ParameterRemovalsT = Aws::Vector<Aws::String>>
132 template <
typename ParameterRemovalsT = Aws::String>
134 m_parameterRemovalsHasBeenSet =
true;
135 m_parameterRemovals.emplace_back(std::forward<ParameterRemovalsT>(value));
149 bool m_featureGroupNameHasBeenSet =
false;
150 bool m_featureNameHasBeenSet =
false;
151 bool m_descriptionHasBeenSet =
false;
152 bool m_parameterAdditionsHasBeenSet =
false;
153 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