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/ThroughputConfigDescription.h>
22template <
typename RESULT_TYPE>
23class AmazonWebServiceResult;
43 template <
typename FeatureGroupArnT = Aws::String>
45 m_featureGroupArnHasBeenSet =
true;
46 m_featureGroupArn = std::forward<FeatureGroupArnT>(value);
48 template <
typename FeatureGroupArnT = Aws::String>
60 template <
typename FeatureGroupNameT = Aws::String>
62 m_featureGroupNameHasBeenSet =
true;
63 m_featureGroupName = std::forward<FeatureGroupNameT>(value);
65 template <
typename FeatureGroupNameT = Aws::String>
78 template <
typename RecordIdentifierFeatureNameT = Aws::String>
80 m_recordIdentifierFeatureNameHasBeenSet =
true;
81 m_recordIdentifierFeatureName = std::forward<RecordIdentifierFeatureNameT>(value);
83 template <
typename RecordIdentifierFeatureNameT = Aws::String>
99 template <
typename EventTimeFeatureNameT = Aws::String>
101 m_eventTimeFeatureNameHasBeenSet =
true;
102 m_eventTimeFeatureName = std::forward<EventTimeFeatureNameT>(value);
104 template <
typename EventTimeFeatureNameT = Aws::String>
118 template <
typename FeatureDefinitionsT = Aws::Vector<FeatureDefinition>>
120 m_featureDefinitionsHasBeenSet =
true;
121 m_featureDefinitions = std::forward<FeatureDefinitionsT>(value);
123 template <
typename FeatureDefinitionsT = Aws::Vector<FeatureDefinition>>
128 template <
typename FeatureDefinitionsT = FeatureDefinition>
130 m_featureDefinitionsHasBeenSet =
true;
131 m_featureDefinitions.emplace_back(std::forward<FeatureDefinitionsT>(value));
142 template <
typename CreationTimeT = Aws::Utils::DateTime>
144 m_creationTimeHasBeenSet =
true;
145 m_creationTime = std::forward<CreationTimeT>(value);
147 template <
typename CreationTimeT = Aws::Utils::DateTime>
159 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
161 m_lastModifiedTimeHasBeenSet =
true;
162 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
164 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
176 template <
typename OnlineStoreConfigT = OnlineStoreConfig>
178 m_onlineStoreConfigHasBeenSet =
true;
179 m_onlineStoreConfig = std::forward<OnlineStoreConfigT>(value);
181 template <
typename OnlineStoreConfigT = OnlineStoreConfig>
198 template <
typename OfflineStoreConfigT = OfflineStoreConfig>
200 m_offlineStoreConfigHasBeenSet =
true;
201 m_offlineStoreConfig = std::forward<OfflineStoreConfigT>(value);
203 template <
typename OfflineStoreConfigT = OfflineStoreConfig>
213 template <
typename ThroughputConfigT = ThroughputConfigDescription>
215 m_throughputConfigHasBeenSet =
true;
216 m_throughputConfig = std::forward<ThroughputConfigT>(value);
218 template <
typename ThroughputConfigT = ThroughputConfigDescription>
231 template <
typename RoleArnT = Aws::String>
233 m_roleArnHasBeenSet =
true;
234 m_roleArn = std::forward<RoleArnT>(value);
236 template <
typename RoleArnT = Aws::String>
249 m_featureGroupStatusHasBeenSet =
true;
250 m_featureGroupStatus = value;
265 template <
typename OfflineStoreStatusT = OfflineStoreStatus>
267 m_offlineStoreStatusHasBeenSet =
true;
268 m_offlineStoreStatus = std::forward<OfflineStoreStatusT>(value);
270 template <
typename OfflineStoreStatusT = OfflineStoreStatus>
283 template <
typename LastUpdateStatusT = LastUpdateStatus>
285 m_lastUpdateStatusHasBeenSet =
true;
286 m_lastUpdateStatus = std::forward<LastUpdateStatusT>(value);
288 template <
typename LastUpdateStatusT = LastUpdateStatus>
304 template <
typename FailureReasonT = Aws::String>
306 m_failureReasonHasBeenSet =
true;
307 m_failureReason = std::forward<FailureReasonT>(value);
309 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 NextTokenT = Aws::String>
341 m_nextTokenHasBeenSet =
true;
342 m_nextToken = std::forward<NextTokenT>(value);
344 template <
typename NextTokenT = Aws::String>
357 m_onlineStoreTotalSizeBytesHasBeenSet =
true;
358 m_onlineStoreTotalSizeBytes = value;
369 template <
typename RequestIdT = Aws::String>
371 m_requestIdHasBeenSet =
true;
372 m_requestId = std::forward<RequestIdT>(value);
374 template <
typename RequestIdT = Aws::String>
395 OnlineStoreConfig m_onlineStoreConfig;
397 OfflineStoreConfig m_offlineStoreConfig;
399 ThroughputConfigDescription m_throughputConfig;
405 OfflineStoreStatus m_offlineStoreStatus;
407 LastUpdateStatus m_lastUpdateStatus;
415 long long m_onlineStoreTotalSizeBytes{0};
418 bool m_featureGroupArnHasBeenSet =
false;
419 bool m_featureGroupNameHasBeenSet =
false;
420 bool m_recordIdentifierFeatureNameHasBeenSet =
false;
421 bool m_eventTimeFeatureNameHasBeenSet =
false;
422 bool m_featureDefinitionsHasBeenSet =
false;
423 bool m_creationTimeHasBeenSet =
false;
424 bool m_lastModifiedTimeHasBeenSet =
false;
425 bool m_onlineStoreConfigHasBeenSet =
false;
426 bool m_offlineStoreConfigHasBeenSet =
false;
427 bool m_throughputConfigHasBeenSet =
false;
428 bool m_roleArnHasBeenSet =
false;
429 bool m_featureGroupStatusHasBeenSet =
false;
430 bool m_offlineStoreStatusHasBeenSet =
false;
431 bool m_lastUpdateStatusHasBeenSet =
false;
432 bool m_failureReasonHasBeenSet =
false;
433 bool m_descriptionHasBeenSet =
false;
434 bool m_nextTokenHasBeenSet =
false;
435 bool m_onlineStoreTotalSizeBytesHasBeenSet =
false;
436 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)
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