7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/sagemaker/SageMaker_EXPORTS.h>
11#include <aws/sagemaker/model/FeatureParameter.h>
12#include <aws/sagemaker/model/FeatureType.h>
45 template <
typename FeatureGroupArnT = Aws::String>
47 m_featureGroupArnHasBeenSet =
true;
48 m_featureGroupArn = std::forward<FeatureGroupArnT>(value);
50 template <
typename FeatureGroupArnT = Aws::String>
63 template <
typename FeatureGroupNameT = Aws::String>
65 m_featureGroupNameHasBeenSet =
true;
66 m_featureGroupName = std::forward<FeatureGroupNameT>(value);
68 template <
typename FeatureGroupNameT = Aws::String>
81 template <
typename FeatureNameT = Aws::String>
83 m_featureNameHasBeenSet =
true;
84 m_featureName = std::forward<FeatureNameT>(value);
86 template <
typename FeatureNameT = Aws::String>
100 m_featureTypeHasBeenSet =
true;
101 m_featureType = value;
115 template <
typename CreationTimeT = Aws::Utils::DateTime>
117 m_creationTimeHasBeenSet =
true;
118 m_creationTime = std::forward<CreationTimeT>(value);
120 template <
typename CreationTimeT = Aws::Utils::DateTime>
133 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
135 m_lastModifiedTimeHasBeenSet =
true;
136 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
138 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
151 template <
typename DescriptionT = Aws::String>
153 m_descriptionHasBeenSet =
true;
154 m_description = std::forward<DescriptionT>(value);
156 template <
typename DescriptionT = Aws::String>
169 template <
typename ParametersT = Aws::Vector<FeatureParameter>>
171 m_parametersHasBeenSet =
true;
172 m_parameters = std::forward<ParametersT>(value);
174 template <
typename ParametersT = Aws::Vector<FeatureParameter>>
179 template <
typename ParametersT = FeatureParameter>
181 m_parametersHasBeenSet =
true;
182 m_parameters.emplace_back(std::forward<ParametersT>(value));
202 bool m_featureGroupArnHasBeenSet =
false;
203 bool m_featureGroupNameHasBeenSet =
false;
204 bool m_featureNameHasBeenSet =
false;
205 bool m_featureTypeHasBeenSet =
false;
206 bool m_creationTimeHasBeenSet =
false;
207 bool m_lastModifiedTimeHasBeenSet =
false;
208 bool m_descriptionHasBeenSet =
false;
209 bool m_parametersHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue