7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/FeatureType.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/sagemaker/model/FeatureParameter.h>
51 template<
typename FeatureGroupArnT = Aws::String>
52 void SetFeatureGroupArn(FeatureGroupArnT&& value) { m_featureGroupArnHasBeenSet =
true; m_featureGroupArn = std::forward<FeatureGroupArnT>(value); }
53 template<
typename FeatureGroupArnT = Aws::String>
63 template<
typename FeatureGroupNameT = Aws::String>
64 void SetFeatureGroupName(FeatureGroupNameT&& value) { m_featureGroupNameHasBeenSet =
true; m_featureGroupName = std::forward<FeatureGroupNameT>(value); }
65 template<
typename FeatureGroupNameT = Aws::String>
75 template<
typename FeatureNameT = Aws::String>
76 void SetFeatureName(FeatureNameT&& value) { m_featureNameHasBeenSet =
true; m_featureName = std::forward<FeatureNameT>(value); }
77 template<
typename FeatureNameT = Aws::String>
97 template<
typename CreationTimeT = Aws::Utils::DateTime>
98 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
99 template<
typename CreationTimeT = Aws::Utils::DateTime>
109 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
110 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
111 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
121 template<
typename DescriptionT = Aws::String>
122 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
123 template<
typename DescriptionT = Aws::String>
133 template<
typename ParametersT = Aws::Vector<FeatureParameter>>
134 void SetParameters(ParametersT&& value) { m_parametersHasBeenSet =
true; m_parameters = std::forward<ParametersT>(value); }
135 template<
typename ParametersT = Aws::Vector<FeatureParameter>>
137 template<
typename ParametersT = FeatureParameter>
138 FeatureMetadata&
AddParameters(ParametersT&& value) { m_parametersHasBeenSet =
true; m_parameters.emplace_back(std::forward<ParametersT>(value));
return *
this; }
143 bool m_featureGroupArnHasBeenSet =
false;
146 bool m_featureGroupNameHasBeenSet =
false;
149 bool m_featureNameHasBeenSet =
false;
152 bool m_featureTypeHasBeenSet =
false;
155 bool m_creationTimeHasBeenSet =
false;
158 bool m_lastModifiedTimeHasBeenSet =
false;
161 bool m_descriptionHasBeenSet =
false;
164 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