7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/sagemaker/model/OnlineStoreConfig.h>
12#include <aws/sagemaker/model/OfflineStoreConfig.h>
13#include <aws/sagemaker/model/ThroughputConfigDescription.h>
14#include <aws/sagemaker/model/FeatureGroupStatus.h>
15#include <aws/sagemaker/model/OfflineStoreStatus.h>
16#include <aws/sagemaker/model/LastUpdateStatus.h>
17#include <aws/sagemaker/model/FeatureDefinition.h>
22template<
typename RESULT_TYPE>
23class AmazonWebServiceResult;
49 template<
typename FeatureGroupArnT = Aws::String>
50 void SetFeatureGroupArn(FeatureGroupArnT&& value) { m_featureGroupArnHasBeenSet =
true; m_featureGroupArn = std::forward<FeatureGroupArnT>(value); }
51 template<
typename FeatureGroupArnT = Aws::String>
60 template<
typename FeatureGroupNameT = Aws::String>
61 void SetFeatureGroupName(FeatureGroupNameT&& value) { m_featureGroupNameHasBeenSet =
true; m_featureGroupName = std::forward<FeatureGroupNameT>(value); }
62 template<
typename FeatureGroupNameT = Aws::String>
72 template<
typename RecordIdentifierFeatureNameT = Aws::String>
73 void SetRecordIdentifierFeatureName(RecordIdentifierFeatureNameT&& value) { m_recordIdentifierFeatureNameHasBeenSet =
true; m_recordIdentifierFeatureName = std::forward<RecordIdentifierFeatureNameT>(value); }
74 template<
typename RecordIdentifierFeatureNameT = Aws::String>
87 template<
typename EventTimeFeatureNameT = Aws::String>
88 void SetEventTimeFeatureName(EventTimeFeatureNameT&& value) { m_eventTimeFeatureNameHasBeenSet =
true; m_eventTimeFeatureName = std::forward<EventTimeFeatureNameT>(value); }
89 template<
typename EventTimeFeatureNameT = Aws::String>
100 template<
typename FeatureDefinitionsT = Aws::Vector<FeatureDefinition>>
101 void SetFeatureDefinitions(FeatureDefinitionsT&& value) { m_featureDefinitionsHasBeenSet =
true; m_featureDefinitions = std::forward<FeatureDefinitionsT>(value); }
102 template<
typename FeatureDefinitionsT = Aws::Vector<FeatureDefinition>>
104 template<
typename FeatureDefinitionsT = FeatureDefinition>
114 template<
typename CreationTimeT = Aws::Utils::DateTime>
115 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
116 template<
typename CreationTimeT = Aws::Utils::DateTime>
125 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
126 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
127 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
136 template<
typename OnlineStoreConfigT = OnlineStoreConfig>
137 void SetOnlineStoreConfig(OnlineStoreConfigT&& value) { m_onlineStoreConfigHasBeenSet =
true; m_onlineStoreConfig = std::forward<OnlineStoreConfigT>(value); }
138 template<
typename OnlineStoreConfigT = OnlineStoreConfig>
152 template<
typename OfflineStoreConfigT = OfflineStoreConfig>
153 void SetOfflineStoreConfig(OfflineStoreConfigT&& value) { m_offlineStoreConfigHasBeenSet =
true; m_offlineStoreConfig = std::forward<OfflineStoreConfigT>(value); }
154 template<
typename OfflineStoreConfigT = OfflineStoreConfig>
161 template<
typename ThroughputConfigT = ThroughputConfigDescription>
162 void SetThroughputConfig(ThroughputConfigT&& value) { m_throughputConfigHasBeenSet =
true; m_throughputConfig = std::forward<ThroughputConfigT>(value); }
163 template<
typename ThroughputConfigT = ThroughputConfigDescription>
173 template<
typename RoleArnT = Aws::String>
174 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
175 template<
typename RoleArnT = Aws::String>
195 template<
typename OfflineStoreStatusT = OfflineStoreStatus>
196 void SetOfflineStoreStatus(OfflineStoreStatusT&& value) { m_offlineStoreStatusHasBeenSet =
true; m_offlineStoreStatus = std::forward<OfflineStoreStatusT>(value); }
197 template<
typename OfflineStoreStatusT = OfflineStoreStatus>
207 template<
typename LastUpdateStatusT = LastUpdateStatus>
208 void SetLastUpdateStatus(LastUpdateStatusT&& value) { m_lastUpdateStatusHasBeenSet =
true; m_lastUpdateStatus = std::forward<LastUpdateStatusT>(value); }
209 template<
typename LastUpdateStatusT = LastUpdateStatus>
222 template<
typename FailureReasonT = Aws::String>
223 void SetFailureReason(FailureReasonT&& value) { m_failureReasonHasBeenSet =
true; m_failureReason = std::forward<FailureReasonT>(value); }
224 template<
typename FailureReasonT = Aws::String>
233 template<
typename DescriptionT = Aws::String>
234 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
235 template<
typename DescriptionT = Aws::String>
245 template<
typename NextTokenT = Aws::String>
246 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
247 template<
typename NextTokenT = Aws::String>
263 template<
typename RequestIdT = Aws::String>
264 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
265 template<
typename RequestIdT = Aws::String>
271 bool m_featureGroupArnHasBeenSet =
false;
274 bool m_featureGroupNameHasBeenSet =
false;
277 bool m_recordIdentifierFeatureNameHasBeenSet =
false;
280 bool m_eventTimeFeatureNameHasBeenSet =
false;
283 bool m_featureDefinitionsHasBeenSet =
false;
286 bool m_creationTimeHasBeenSet =
false;
289 bool m_lastModifiedTimeHasBeenSet =
false;
291 OnlineStoreConfig m_onlineStoreConfig;
292 bool m_onlineStoreConfigHasBeenSet =
false;
294 OfflineStoreConfig m_offlineStoreConfig;
295 bool m_offlineStoreConfigHasBeenSet =
false;
297 ThroughputConfigDescription m_throughputConfig;
298 bool m_throughputConfigHasBeenSet =
false;
301 bool m_roleArnHasBeenSet =
false;
304 bool m_featureGroupStatusHasBeenSet =
false;
306 OfflineStoreStatus m_offlineStoreStatus;
307 bool m_offlineStoreStatusHasBeenSet =
false;
309 LastUpdateStatus m_lastUpdateStatus;
310 bool m_lastUpdateStatusHasBeenSet =
false;
313 bool m_failureReasonHasBeenSet =
false;
316 bool m_descriptionHasBeenSet =
false;
319 bool m_nextTokenHasBeenSet =
false;
321 long long m_onlineStoreTotalSizeBytes{0};
322 bool m_onlineStoreTotalSizeBytesHasBeenSet =
false;
325 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