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/FeatureDefinition.h>
12#include <aws/sagemaker/model/FeatureGroupStatus.h>
13#include <aws/sagemaker/model/LastUpdateStatus.h>
14#include <aws/sagemaker/model/OfflineStoreConfig.h>
15#include <aws/sagemaker/model/OfflineStoreStatus.h>
16#include <aws/sagemaker/model/OnlineStoreConfig.h>
17#include <aws/sagemaker/model/Tag.h>
53 template <
typename FeatureGroupArnT = Aws::String>
55 m_featureGroupArnHasBeenSet =
true;
56 m_featureGroupArn = std::forward<FeatureGroupArnT>(value);
58 template <
typename FeatureGroupArnT = Aws::String>
71 template <
typename FeatureGroupNameT = Aws::String>
73 m_featureGroupNameHasBeenSet =
true;
74 m_featureGroupName = std::forward<FeatureGroupNameT>(value);
76 template <
typename FeatureGroupNameT = Aws::String>
91 template <
typename RecordIdentifierFeatureNameT = Aws::String>
93 m_recordIdentifierFeatureNameHasBeenSet =
true;
94 m_recordIdentifierFeatureName = std::forward<RecordIdentifierFeatureNameT>(value);
96 template <
typename RecordIdentifierFeatureNameT = Aws::String>
114 template <
typename EventTimeFeatureNameT = Aws::String>
116 m_eventTimeFeatureNameHasBeenSet =
true;
117 m_eventTimeFeatureName = std::forward<EventTimeFeatureNameT>(value);
119 template <
typename EventTimeFeatureNameT = Aws::String>
138 template <
typename FeatureDefinitionsT = Aws::Vector<FeatureDefinition>>
140 m_featureDefinitionsHasBeenSet =
true;
141 m_featureDefinitions = std::forward<FeatureDefinitionsT>(value);
143 template <
typename FeatureDefinitionsT = Aws::Vector<FeatureDefinition>>
148 template <
typename FeatureDefinitionsT = FeatureDefinition>
150 m_featureDefinitionsHasBeenSet =
true;
151 m_featureDefinitions.emplace_back(std::forward<FeatureDefinitionsT>(value));
162 template <
typename CreationTimeT = Aws::Utils::DateTime>
164 m_creationTimeHasBeenSet =
true;
165 m_creationTime = std::forward<CreationTimeT>(value);
167 template <
typename CreationTimeT = Aws::Utils::DateTime>
180 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
182 m_lastModifiedTimeHasBeenSet =
true;
183 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
185 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
196 template <
typename OnlineStoreConfigT = OnlineStoreConfig>
198 m_onlineStoreConfigHasBeenSet =
true;
199 m_onlineStoreConfig = std::forward<OnlineStoreConfigT>(value);
201 template <
typename OnlineStoreConfigT = OnlineStoreConfig>
212 template <
typename OfflineStoreConfigT = OfflineStoreConfig>
214 m_offlineStoreConfigHasBeenSet =
true;
215 m_offlineStoreConfig = std::forward<OfflineStoreConfigT>(value);
217 template <
typename OfflineStoreConfigT = OfflineStoreConfig>
231 template <
typename RoleArnT = Aws::String>
233 m_roleArnHasBeenSet =
true;
234 m_roleArn = std::forward<RoleArnT>(value);
236 template <
typename RoleArnT = Aws::String>
250 m_featureGroupStatusHasBeenSet =
true;
251 m_featureGroupStatus = value;
263 template <
typename OfflineStoreStatusT = OfflineStoreStatus>
265 m_offlineStoreStatusHasBeenSet =
true;
266 m_offlineStoreStatus = std::forward<OfflineStoreStatusT>(value);
268 template <
typename OfflineStoreStatusT = OfflineStoreStatus>
282 template <
typename LastUpdateStatusT = LastUpdateStatus>
284 m_lastUpdateStatusHasBeenSet =
true;
285 m_lastUpdateStatus = std::forward<LastUpdateStatusT>(value);
287 template <
typename LastUpdateStatusT = LastUpdateStatus>
303 template <
typename FailureReasonT = Aws::String>
305 m_failureReasonHasBeenSet =
true;
306 m_failureReason = std::forward<FailureReasonT>(value);
308 template <
typename FailureReasonT = Aws::String>
321 template <
typename DescriptionT = Aws::String>
323 m_descriptionHasBeenSet =
true;
324 m_description = std::forward<DescriptionT>(value);
326 template <
typename DescriptionT = Aws::String>
339 template <
typename TagsT = Aws::Vector<Tag>>
341 m_tagsHasBeenSet =
true;
342 m_tags = std::forward<TagsT>(value);
344 template <
typename TagsT = Aws::Vector<Tag>>
346 SetTags(std::forward<TagsT>(value));
349 template <
typename TagsT = Tag>
351 m_tagsHasBeenSet =
true;
352 m_tags.emplace_back(std::forward<TagsT>(value));
371 OnlineStoreConfig m_onlineStoreConfig;
373 OfflineStoreConfig m_offlineStoreConfig;
379 OfflineStoreStatus m_offlineStoreStatus;
381 LastUpdateStatus m_lastUpdateStatus;
388 bool m_featureGroupArnHasBeenSet =
false;
389 bool m_featureGroupNameHasBeenSet =
false;
390 bool m_recordIdentifierFeatureNameHasBeenSet =
false;
391 bool m_eventTimeFeatureNameHasBeenSet =
false;
392 bool m_featureDefinitionsHasBeenSet =
false;
393 bool m_creationTimeHasBeenSet =
false;
394 bool m_lastModifiedTimeHasBeenSet =
false;
395 bool m_onlineStoreConfigHasBeenSet =
false;
396 bool m_offlineStoreConfigHasBeenSet =
false;
397 bool m_roleArnHasBeenSet =
false;
398 bool m_featureGroupStatusHasBeenSet =
false;
399 bool m_offlineStoreStatusHasBeenSet =
false;
400 bool m_lastUpdateStatusHasBeenSet =
false;
401 bool m_failureReasonHasBeenSet =
false;
402 bool m_descriptionHasBeenSet =
false;
403 bool m_tagsHasBeenSet =
false;
void SetDescription(DescriptionT &&value)
AWS_SAGEMAKER_API FeatureGroup(Aws::Utils::Json::JsonView jsonValue)
void SetRoleArn(RoleArnT &&value)
bool FeatureGroupArnHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
void SetFeatureGroupStatus(FeatureGroupStatus value)
void SetOfflineStoreStatus(OfflineStoreStatusT &&value)
const LastUpdateStatus & GetLastUpdateStatus() const
FeatureGroup & WithOnlineStoreConfig(OnlineStoreConfigT &&value)
FeatureGroup & WithOfflineStoreConfig(OfflineStoreConfigT &&value)
void SetLastUpdateStatus(LastUpdateStatusT &&value)
const Aws::String & GetEventTimeFeatureName() const
FeatureGroup & WithFailureReason(FailureReasonT &&value)
const OnlineStoreConfig & GetOnlineStoreConfig() const
bool OfflineStoreConfigHasBeenSet() const
bool EventTimeFeatureNameHasBeenSet() const
const Aws::Vector< FeatureDefinition > & GetFeatureDefinitions() const
const Aws::String & GetFeatureGroupName() const
bool FeatureGroupNameHasBeenSet() const
void SetOfflineStoreConfig(OfflineStoreConfigT &&value)
void SetFeatureDefinitions(FeatureDefinitionsT &&value)
bool TagsHasBeenSet() const
const Aws::String & GetRecordIdentifierFeatureName() const
bool LastUpdateStatusHasBeenSet() const
bool FeatureGroupStatusHasBeenSet() const
void SetFeatureGroupName(FeatureGroupNameT &&value)
FeatureGroup & WithFeatureGroupName(FeatureGroupNameT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
bool OnlineStoreConfigHasBeenSet() const
FeatureGroup & WithFeatureGroupStatus(FeatureGroupStatus value)
void SetCreationTime(CreationTimeT &&value)
FeatureGroup & WithLastUpdateStatus(LastUpdateStatusT &&value)
FeatureGroup & WithCreationTime(CreationTimeT &&value)
AWS_SAGEMAKER_API FeatureGroup()=default
FeatureGroup & AddTags(TagsT &&value)
const OfflineStoreConfig & GetOfflineStoreConfig() const
FeatureGroup & AddFeatureDefinitions(FeatureDefinitionsT &&value)
bool DescriptionHasBeenSet() const
FeatureGroup & WithEventTimeFeatureName(EventTimeFeatureNameT &&value)
FeatureGroup & WithLastModifiedTime(LastModifiedTimeT &&value)
const Aws::String & GetRoleArn() const
void SetLastModifiedTime(LastModifiedTimeT &&value)
void SetFailureReason(FailureReasonT &&value)
bool OfflineStoreStatusHasBeenSet() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
bool RecordIdentifierFeatureNameHasBeenSet() const
const Aws::String & GetFailureReason() const
FeatureGroupStatus GetFeatureGroupStatus() const
void SetOnlineStoreConfig(OnlineStoreConfigT &&value)
FeatureGroup & WithFeatureDefinitions(FeatureDefinitionsT &&value)
const OfflineStoreStatus & GetOfflineStoreStatus() const
bool CreationTimeHasBeenSet() const
const Aws::String & GetFeatureGroupArn() const
FeatureGroup & WithDescription(DescriptionT &&value)
void SetTags(TagsT &&value)
void SetFeatureGroupArn(FeatureGroupArnT &&value)
bool FeatureDefinitionsHasBeenSet() const
AWS_SAGEMAKER_API FeatureGroup & operator=(Aws::Utils::Json::JsonView jsonValue)
FeatureGroup & WithRecordIdentifierFeatureName(RecordIdentifierFeatureNameT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
FeatureGroup & WithTags(TagsT &&value)
bool RoleArnHasBeenSet() const
FeatureGroup & WithRoleArn(RoleArnT &&value)
FeatureGroup & WithFeatureGroupArn(FeatureGroupArnT &&value)
bool FailureReasonHasBeenSet() const
const Aws::String & GetDescription() const
void SetEventTimeFeatureName(EventTimeFeatureNameT &&value)
bool LastModifiedTimeHasBeenSet() const
void SetRecordIdentifierFeatureName(RecordIdentifierFeatureNameT &&value)
FeatureGroup & WithOfflineStoreStatus(OfflineStoreStatusT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue