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/FeatureDefinition.h>
13#include <aws/sagemaker/model/FeatureGroupStatus.h>
14#include <aws/sagemaker/model/LastUpdateStatus.h>
15#include <aws/sagemaker/model/OfflineStoreConfig.h>
16#include <aws/sagemaker/model/OfflineStoreStatus.h>
17#include <aws/sagemaker/model/OnlineStoreConfig.h>
18#include <aws/sagemaker/model/ThroughputConfigDescription.h>
23template <
typename RESULT_TYPE>
24class AmazonWebServiceResult;
44 template <
typename FeatureGroupArnT = Aws::String>
46 m_featureGroupArnHasBeenSet =
true;
47 m_featureGroupArn = std::forward<FeatureGroupArnT>(value);
49 template <
typename FeatureGroupArnT = Aws::String>
61 template <
typename FeatureGroupNameT = Aws::String>
63 m_featureGroupNameHasBeenSet =
true;
64 m_featureGroupName = std::forward<FeatureGroupNameT>(value);
66 template <
typename FeatureGroupNameT = Aws::String>
79 template <
typename RecordIdentifierFeatureNameT = Aws::String>
81 m_recordIdentifierFeatureNameHasBeenSet =
true;
82 m_recordIdentifierFeatureName = std::forward<RecordIdentifierFeatureNameT>(value);
84 template <
typename RecordIdentifierFeatureNameT = Aws::String>
100 template <
typename EventTimeFeatureNameT = Aws::String>
102 m_eventTimeFeatureNameHasBeenSet =
true;
103 m_eventTimeFeatureName = std::forward<EventTimeFeatureNameT>(value);
105 template <
typename EventTimeFeatureNameT = Aws::String>
119 template <
typename FeatureDefinitionsT = Aws::Vector<FeatureDefinition>>
121 m_featureDefinitionsHasBeenSet =
true;
122 m_featureDefinitions = std::forward<FeatureDefinitionsT>(value);
124 template <
typename FeatureDefinitionsT = Aws::Vector<FeatureDefinition>>
129 template <
typename FeatureDefinitionsT = FeatureDefinition>
131 m_featureDefinitionsHasBeenSet =
true;
132 m_featureDefinitions.emplace_back(std::forward<FeatureDefinitionsT>(value));
143 template <
typename CreationTimeT = Aws::Utils::DateTime>
145 m_creationTimeHasBeenSet =
true;
146 m_creationTime = std::forward<CreationTimeT>(value);
148 template <
typename CreationTimeT = Aws::Utils::DateTime>
160 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
162 m_lastModifiedTimeHasBeenSet =
true;
163 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
165 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
177 template <
typename OnlineStoreConfigT = OnlineStoreConfig>
179 m_onlineStoreConfigHasBeenSet =
true;
180 m_onlineStoreConfig = std::forward<OnlineStoreConfigT>(value);
182 template <
typename OnlineStoreConfigT = OnlineStoreConfig>
199 template <
typename OfflineStoreConfigT = OfflineStoreConfig>
201 m_offlineStoreConfigHasBeenSet =
true;
202 m_offlineStoreConfig = std::forward<OfflineStoreConfigT>(value);
204 template <
typename OfflineStoreConfigT = OfflineStoreConfig>
214 template <
typename ThroughputConfigT = ThroughputConfigDescription>
216 m_throughputConfigHasBeenSet =
true;
217 m_throughputConfig = std::forward<ThroughputConfigT>(value);
219 template <
typename ThroughputConfigT = ThroughputConfigDescription>
232 template <
typename RoleArnT = Aws::String>
234 m_roleArnHasBeenSet =
true;
235 m_roleArn = std::forward<RoleArnT>(value);
237 template <
typename RoleArnT = Aws::String>
250 m_featureGroupStatusHasBeenSet =
true;
251 m_featureGroupStatus = value;
266 template <
typename OfflineStoreStatusT = OfflineStoreStatus>
268 m_offlineStoreStatusHasBeenSet =
true;
269 m_offlineStoreStatus = std::forward<OfflineStoreStatusT>(value);
271 template <
typename OfflineStoreStatusT = OfflineStoreStatus>
284 template <
typename LastUpdateStatusT = LastUpdateStatus>
286 m_lastUpdateStatusHasBeenSet =
true;
287 m_lastUpdateStatus = std::forward<LastUpdateStatusT>(value);
289 template <
typename LastUpdateStatusT = LastUpdateStatus>
305 template <
typename FailureReasonT = Aws::String>
307 m_failureReasonHasBeenSet =
true;
308 m_failureReason = std::forward<FailureReasonT>(value);
310 template <
typename FailureReasonT = Aws::String>
322 template <
typename DescriptionT = Aws::String>
324 m_descriptionHasBeenSet =
true;
325 m_description = std::forward<DescriptionT>(value);
327 template <
typename DescriptionT = Aws::String>
340 template <
typename NextTokenT = Aws::String>
342 m_nextTokenHasBeenSet =
true;
343 m_nextToken = std::forward<NextTokenT>(value);
345 template <
typename NextTokenT = Aws::String>
358 m_onlineStoreTotalSizeBytesHasBeenSet =
true;
359 m_onlineStoreTotalSizeBytes = value;
370 template <
typename RequestIdT = Aws::String>
372 m_requestIdHasBeenSet =
true;
373 m_requestId = std::forward<RequestIdT>(value);
375 template <
typename RequestIdT = Aws::String>
398 OnlineStoreConfig m_onlineStoreConfig;
400 OfflineStoreConfig m_offlineStoreConfig;
402 ThroughputConfigDescription m_throughputConfig;
408 OfflineStoreStatus m_offlineStoreStatus;
410 LastUpdateStatus m_lastUpdateStatus;
418 long long m_onlineStoreTotalSizeBytes{0};
422 bool m_featureGroupArnHasBeenSet =
false;
423 bool m_featureGroupNameHasBeenSet =
false;
424 bool m_recordIdentifierFeatureNameHasBeenSet =
false;
425 bool m_eventTimeFeatureNameHasBeenSet =
false;
426 bool m_featureDefinitionsHasBeenSet =
false;
427 bool m_creationTimeHasBeenSet =
false;
428 bool m_lastModifiedTimeHasBeenSet =
false;
429 bool m_onlineStoreConfigHasBeenSet =
false;
430 bool m_offlineStoreConfigHasBeenSet =
false;
431 bool m_throughputConfigHasBeenSet =
false;
432 bool m_roleArnHasBeenSet =
false;
433 bool m_featureGroupStatusHasBeenSet =
false;
434 bool m_offlineStoreStatusHasBeenSet =
false;
435 bool m_lastUpdateStatusHasBeenSet =
false;
436 bool m_failureReasonHasBeenSet =
false;
437 bool m_descriptionHasBeenSet =
false;
438 bool m_nextTokenHasBeenSet =
false;
439 bool m_onlineStoreTotalSizeBytesHasBeenSet =
false;
440 bool m_requestIdHasBeenSet =
false;
const Aws::Utils::DateTime & GetCreationTime() const
DescribeFeatureGroupResult & WithLastUpdateStatus(LastUpdateStatusT &&value)
void SetFeatureGroupName(FeatureGroupNameT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
DescribeFeatureGroupResult & WithFeatureDefinitions(FeatureDefinitionsT &&value)
const ThroughputConfigDescription & GetThroughputConfig() const
const LastUpdateStatus & GetLastUpdateStatus() const
AWS_SAGEMAKER_API DescribeFeatureGroupResult()=default
long long GetOnlineStoreTotalSizeBytes() const
DescribeFeatureGroupResult & WithFeatureGroupStatus(FeatureGroupStatus value)
const Aws::String & GetFeatureGroupName() const
void SetThroughputConfig(ThroughputConfigT &&value)
AWS_SAGEMAKER_API DescribeFeatureGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetDescription() const
DescribeFeatureGroupResult & WithCreationTime(CreationTimeT &&value)
void SetEventTimeFeatureName(EventTimeFeatureNameT &&value)
void SetOfflineStoreStatus(OfflineStoreStatusT &&value)
void SetFailureReason(FailureReasonT &&value)
const Aws::String & GetFailureReason() const
void SetOnlineStoreTotalSizeBytes(long long value)
FeatureGroupStatus GetFeatureGroupStatus() const
void SetLastUpdateStatus(LastUpdateStatusT &&value)
const Aws::String & GetEventTimeFeatureName() const
const OfflineStoreConfig & GetOfflineStoreConfig() const
void SetRecordIdentifierFeatureName(RecordIdentifierFeatureNameT &&value)
DescribeFeatureGroupResult & WithOfflineStoreStatus(OfflineStoreStatusT &&value)
DescribeFeatureGroupResult & WithFeatureGroupName(FeatureGroupNameT &&value)
DescribeFeatureGroupResult & WithFeatureGroupArn(FeatureGroupArnT &&value)
DescribeFeatureGroupResult & WithOnlineStoreConfig(OnlineStoreConfigT &&value)
const Aws::String & GetFeatureGroupArn() const
DescribeFeatureGroupResult & WithDescription(DescriptionT &&value)
void SetRoleArn(RoleArnT &&value)
DescribeFeatureGroupResult & WithRecordIdentifierFeatureName(RecordIdentifierFeatureNameT &&value)
DescribeFeatureGroupResult & WithOfflineStoreConfig(OfflineStoreConfigT &&value)
const Aws::Vector< FeatureDefinition > & GetFeatureDefinitions() const
const Aws::String & GetRequestId() const
DescribeFeatureGroupResult & WithThroughputConfig(ThroughputConfigT &&value)
void SetFeatureGroupArn(FeatureGroupArnT &&value)
DescribeFeatureGroupResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
void SetCreationTime(CreationTimeT &&value)
DescribeFeatureGroupResult & WithLastModifiedTime(LastModifiedTimeT &&value)
DescribeFeatureGroupResult & WithNextToken(NextTokenT &&value)
void SetDescription(DescriptionT &&value)
const OnlineStoreConfig & GetOnlineStoreConfig() const
const Aws::String & GetRoleArn() const
DescribeFeatureGroupResult & AddFeatureDefinitions(FeatureDefinitionsT &&value)
void SetFeatureGroupStatus(FeatureGroupStatus value)
void SetNextToken(NextTokenT &&value)
DescribeFeatureGroupResult & WithOnlineStoreTotalSizeBytes(long long value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
DescribeFeatureGroupResult & WithEventTimeFeatureName(EventTimeFeatureNameT &&value)
DescribeFeatureGroupResult & WithFailureReason(FailureReasonT &&value)
void SetOfflineStoreConfig(OfflineStoreConfigT &&value)
DescribeFeatureGroupResult & WithRoleArn(RoleArnT &&value)
AWS_SAGEMAKER_API DescribeFeatureGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetFeatureDefinitions(FeatureDefinitionsT &&value)
void SetOnlineStoreConfig(OnlineStoreConfigT &&value)
const OfflineStoreStatus & GetOfflineStoreStatus() const
const Aws::String & GetNextToken() const
const Aws::String & GetRecordIdentifierFeatureName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue