7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/sagemaker/SageMaker_EXPORTS.h>
12#include <aws/sagemaker/model/FeatureParameter.h>
13#include <aws/sagemaker/model/FeatureType.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
40 template <
typename FeatureGroupArnT = Aws::String>
42 m_featureGroupArnHasBeenSet =
true;
43 m_featureGroupArn = std::forward<FeatureGroupArnT>(value);
45 template <
typename FeatureGroupArnT = Aws::String>
57 template <
typename FeatureGroupNameT = Aws::String>
59 m_featureGroupNameHasBeenSet =
true;
60 m_featureGroupName = std::forward<FeatureGroupNameT>(value);
62 template <
typename FeatureGroupNameT = Aws::String>
74 template <
typename FeatureNameT = Aws::String>
76 m_featureNameHasBeenSet =
true;
77 m_featureName = std::forward<FeatureNameT>(value);
79 template <
typename FeatureNameT = Aws::String>
92 m_featureTypeHasBeenSet =
true;
93 m_featureType = value;
106 template <
typename CreationTimeT = Aws::Utils::DateTime>
108 m_creationTimeHasBeenSet =
true;
109 m_creationTime = std::forward<CreationTimeT>(value);
111 template <
typename CreationTimeT = Aws::Utils::DateTime>
125 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
127 m_lastModifiedTimeHasBeenSet =
true;
128 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
130 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
142 template <
typename DescriptionT = Aws::String>
144 m_descriptionHasBeenSet =
true;
145 m_description = std::forward<DescriptionT>(value);
147 template <
typename DescriptionT = Aws::String>
159 template <
typename ParametersT = Aws::Vector<FeatureParameter>>
161 m_parametersHasBeenSet =
true;
162 m_parameters = std::forward<ParametersT>(value);
164 template <
typename ParametersT = Aws::Vector<FeatureParameter>>
169 template <
typename ParametersT = FeatureParameter>
171 m_parametersHasBeenSet =
true;
172 m_parameters.emplace_back(std::forward<ParametersT>(value));
180 template <
typename RequestIdT = Aws::String>
182 m_requestIdHasBeenSet =
true;
183 m_requestId = std::forward<RequestIdT>(value);
185 template <
typename RequestIdT = Aws::String>
212 bool m_featureGroupArnHasBeenSet =
false;
213 bool m_featureGroupNameHasBeenSet =
false;
214 bool m_featureNameHasBeenSet =
false;
215 bool m_featureTypeHasBeenSet =
false;
216 bool m_creationTimeHasBeenSet =
false;
217 bool m_lastModifiedTimeHasBeenSet =
false;
218 bool m_descriptionHasBeenSet =
false;
219 bool m_parametersHasBeenSet =
false;
220 bool m_requestIdHasBeenSet =
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