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>
53 inline void SetFeatureGroupArn(
const char* value) { m_featureGroupArnHasBeenSet =
true; m_featureGroupArn.assign(value); }
67 inline void SetFeatureGroupName(
const char* value) { m_featureGroupNameHasBeenSet =
true; m_featureGroupName.assign(value); }
81 inline void SetFeatureName(
const char* value) { m_featureNameHasBeenSet =
true; m_featureName.assign(value); }
131 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
153 bool m_featureGroupArnHasBeenSet =
false;
156 bool m_featureGroupNameHasBeenSet =
false;
159 bool m_featureNameHasBeenSet =
false;
162 bool m_featureTypeHasBeenSet =
false;
165 bool m_creationTimeHasBeenSet =
false;
168 bool m_lastModifiedTimeHasBeenSet =
false;
171 bool m_descriptionHasBeenSet =
false;
174 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