AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
DescribeFeatureGroupResult.h
1
6#pragma once
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>
18#include <utility>
19
20namespace Aws
21{
22template<typename RESULT_TYPE>
23class AmazonWebServiceResult;
24
25namespace Utils
26{
27namespace Json
28{
29 class JsonValue;
30} // namespace Json
31} // namespace Utils
32namespace SageMaker
33{
34namespace Model
35{
37 {
38 public:
39 AWS_SAGEMAKER_API DescribeFeatureGroupResult() = default;
42
43
45
48 inline const Aws::String& GetFeatureGroupArn() const { return m_featureGroupArn; }
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>
52 DescribeFeatureGroupResult& WithFeatureGroupArn(FeatureGroupArnT&& value) { SetFeatureGroupArn(std::forward<FeatureGroupArnT>(value)); return *this;}
54
56
59 inline const Aws::String& GetFeatureGroupName() const { return m_featureGroupName; }
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>
63 DescribeFeatureGroupResult& WithFeatureGroupName(FeatureGroupNameT&& value) { SetFeatureGroupName(std::forward<FeatureGroupNameT>(value)); return *this;}
65
67
71 inline const Aws::String& GetRecordIdentifierFeatureName() const { return m_recordIdentifierFeatureName; }
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>
75 DescribeFeatureGroupResult& WithRecordIdentifierFeatureName(RecordIdentifierFeatureNameT&& value) { SetRecordIdentifierFeatureName(std::forward<RecordIdentifierFeatureNameT>(value)); return *this;}
77
79
86 inline const Aws::String& GetEventTimeFeatureName() const { return m_eventTimeFeatureName; }
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>
90 DescribeFeatureGroupResult& WithEventTimeFeatureName(EventTimeFeatureNameT&& value) { SetEventTimeFeatureName(std::forward<EventTimeFeatureNameT>(value)); return *this;}
92
94
99 inline const Aws::Vector<FeatureDefinition>& GetFeatureDefinitions() const { return m_featureDefinitions; }
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>>
103 DescribeFeatureGroupResult& WithFeatureDefinitions(FeatureDefinitionsT&& value) { SetFeatureDefinitions(std::forward<FeatureDefinitionsT>(value)); return *this;}
104 template<typename FeatureDefinitionsT = FeatureDefinition>
105 DescribeFeatureGroupResult& AddFeatureDefinitions(FeatureDefinitionsT&& value) { m_featureDefinitionsHasBeenSet = true; m_featureDefinitions.emplace_back(std::forward<FeatureDefinitionsT>(value)); return *this; }
107
109
113 inline const Aws::Utils::DateTime& GetCreationTime() const { return m_creationTime; }
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>
117 DescribeFeatureGroupResult& WithCreationTime(CreationTimeT&& value) { SetCreationTime(std::forward<CreationTimeT>(value)); return *this;}
119
121
124 inline const Aws::Utils::DateTime& GetLastModifiedTime() const { return m_lastModifiedTime; }
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>
128 DescribeFeatureGroupResult& WithLastModifiedTime(LastModifiedTimeT&& value) { SetLastModifiedTime(std::forward<LastModifiedTimeT>(value)); return *this;}
130
132
135 inline const OnlineStoreConfig& GetOnlineStoreConfig() const { return m_onlineStoreConfig; }
136 template<typename OnlineStoreConfigT = OnlineStoreConfig>
137 void SetOnlineStoreConfig(OnlineStoreConfigT&& value) { m_onlineStoreConfigHasBeenSet = true; m_onlineStoreConfig = std::forward<OnlineStoreConfigT>(value); }
138 template<typename OnlineStoreConfigT = OnlineStoreConfig>
139 DescribeFeatureGroupResult& WithOnlineStoreConfig(OnlineStoreConfigT&& value) { SetOnlineStoreConfig(std::forward<OnlineStoreConfigT>(value)); return *this;}
141
143
151 inline const OfflineStoreConfig& GetOfflineStoreConfig() const { return m_offlineStoreConfig; }
152 template<typename OfflineStoreConfigT = OfflineStoreConfig>
153 void SetOfflineStoreConfig(OfflineStoreConfigT&& value) { m_offlineStoreConfigHasBeenSet = true; m_offlineStoreConfig = std::forward<OfflineStoreConfigT>(value); }
154 template<typename OfflineStoreConfigT = OfflineStoreConfig>
155 DescribeFeatureGroupResult& WithOfflineStoreConfig(OfflineStoreConfigT&& value) { SetOfflineStoreConfig(std::forward<OfflineStoreConfigT>(value)); return *this;}
157
159
160 inline const ThroughputConfigDescription& GetThroughputConfig() const { return m_throughputConfig; }
161 template<typename ThroughputConfigT = ThroughputConfigDescription>
162 void SetThroughputConfig(ThroughputConfigT&& value) { m_throughputConfigHasBeenSet = true; m_throughputConfig = std::forward<ThroughputConfigT>(value); }
163 template<typename ThroughputConfigT = ThroughputConfigDescription>
164 DescribeFeatureGroupResult& WithThroughputConfig(ThroughputConfigT&& value) { SetThroughputConfig(std::forward<ThroughputConfigT>(value)); return *this;}
166
168
172 inline const Aws::String& GetRoleArn() const { return m_roleArn; }
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>
176 DescribeFeatureGroupResult& WithRoleArn(RoleArnT&& value) { SetRoleArn(std::forward<RoleArnT>(value)); return *this;}
178
180
183 inline FeatureGroupStatus GetFeatureGroupStatus() const { return m_featureGroupStatus; }
184 inline void SetFeatureGroupStatus(FeatureGroupStatus value) { m_featureGroupStatusHasBeenSet = true; m_featureGroupStatus = value; }
187
189
194 inline const OfflineStoreStatus& GetOfflineStoreStatus() const { return m_offlineStoreStatus; }
195 template<typename OfflineStoreStatusT = OfflineStoreStatus>
196 void SetOfflineStoreStatus(OfflineStoreStatusT&& value) { m_offlineStoreStatusHasBeenSet = true; m_offlineStoreStatus = std::forward<OfflineStoreStatusT>(value); }
197 template<typename OfflineStoreStatusT = OfflineStoreStatus>
198 DescribeFeatureGroupResult& WithOfflineStoreStatus(OfflineStoreStatusT&& value) { SetOfflineStoreStatus(std::forward<OfflineStoreStatusT>(value)); return *this;}
200
202
206 inline const LastUpdateStatus& GetLastUpdateStatus() const { return m_lastUpdateStatus; }
207 template<typename LastUpdateStatusT = LastUpdateStatus>
208 void SetLastUpdateStatus(LastUpdateStatusT&& value) { m_lastUpdateStatusHasBeenSet = true; m_lastUpdateStatus = std::forward<LastUpdateStatusT>(value); }
209 template<typename LastUpdateStatusT = LastUpdateStatus>
210 DescribeFeatureGroupResult& WithLastUpdateStatus(LastUpdateStatusT&& value) { SetLastUpdateStatus(std::forward<LastUpdateStatusT>(value)); return *this;}
212
214
221 inline const Aws::String& GetFailureReason() const { return m_failureReason; }
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>
225 DescribeFeatureGroupResult& WithFailureReason(FailureReasonT&& value) { SetFailureReason(std::forward<FailureReasonT>(value)); return *this;}
227
229
232 inline const Aws::String& GetDescription() const { return m_description; }
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>
236 DescribeFeatureGroupResult& WithDescription(DescriptionT&& value) { SetDescription(std::forward<DescriptionT>(value)); return *this;}
238
240
244 inline const Aws::String& GetNextToken() const { return m_nextToken; }
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>
248 DescribeFeatureGroupResult& WithNextToken(NextTokenT&& value) { SetNextToken(std::forward<NextTokenT>(value)); return *this;}
250
252
255 inline long long GetOnlineStoreTotalSizeBytes() const { return m_onlineStoreTotalSizeBytes; }
256 inline void SetOnlineStoreTotalSizeBytes(long long value) { m_onlineStoreTotalSizeBytesHasBeenSet = true; m_onlineStoreTotalSizeBytes = value; }
259
261
262 inline const Aws::String& GetRequestId() const { return m_requestId; }
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>
266 DescribeFeatureGroupResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
268 private:
269
270 Aws::String m_featureGroupArn;
271 bool m_featureGroupArnHasBeenSet = false;
272
273 Aws::String m_featureGroupName;
274 bool m_featureGroupNameHasBeenSet = false;
275
276 Aws::String m_recordIdentifierFeatureName;
277 bool m_recordIdentifierFeatureNameHasBeenSet = false;
278
279 Aws::String m_eventTimeFeatureName;
280 bool m_eventTimeFeatureNameHasBeenSet = false;
281
282 Aws::Vector<FeatureDefinition> m_featureDefinitions;
283 bool m_featureDefinitionsHasBeenSet = false;
284
285 Aws::Utils::DateTime m_creationTime{};
286 bool m_creationTimeHasBeenSet = false;
287
288 Aws::Utils::DateTime m_lastModifiedTime{};
289 bool m_lastModifiedTimeHasBeenSet = false;
290
291 OnlineStoreConfig m_onlineStoreConfig;
292 bool m_onlineStoreConfigHasBeenSet = false;
293
294 OfflineStoreConfig m_offlineStoreConfig;
295 bool m_offlineStoreConfigHasBeenSet = false;
296
297 ThroughputConfigDescription m_throughputConfig;
298 bool m_throughputConfigHasBeenSet = false;
299
300 Aws::String m_roleArn;
301 bool m_roleArnHasBeenSet = false;
302
304 bool m_featureGroupStatusHasBeenSet = false;
305
306 OfflineStoreStatus m_offlineStoreStatus;
307 bool m_offlineStoreStatusHasBeenSet = false;
308
309 LastUpdateStatus m_lastUpdateStatus;
310 bool m_lastUpdateStatusHasBeenSet = false;
311
312 Aws::String m_failureReason;
313 bool m_failureReasonHasBeenSet = false;
314
315 Aws::String m_description;
316 bool m_descriptionHasBeenSet = false;
317
318 Aws::String m_nextToken;
319 bool m_nextTokenHasBeenSet = false;
320
321 long long m_onlineStoreTotalSizeBytes{0};
322 bool m_onlineStoreTotalSizeBytesHasBeenSet = false;
323
324 Aws::String m_requestId;
325 bool m_requestIdHasBeenSet = false;
326 };
327
328} // namespace Model
329} // namespace SageMaker
330} // namespace Aws
DescribeFeatureGroupResult & WithLastUpdateStatus(LastUpdateStatusT &&value)
DescribeFeatureGroupResult & WithFeatureDefinitions(FeatureDefinitionsT &&value)
const ThroughputConfigDescription & GetThroughputConfig() const
AWS_SAGEMAKER_API DescribeFeatureGroupResult()=default
DescribeFeatureGroupResult & WithFeatureGroupStatus(FeatureGroupStatus value)
AWS_SAGEMAKER_API DescribeFeatureGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeFeatureGroupResult & WithCreationTime(CreationTimeT &&value)
void SetEventTimeFeatureName(EventTimeFeatureNameT &&value)
void SetRecordIdentifierFeatureName(RecordIdentifierFeatureNameT &&value)
DescribeFeatureGroupResult & WithOfflineStoreStatus(OfflineStoreStatusT &&value)
DescribeFeatureGroupResult & WithFeatureGroupName(FeatureGroupNameT &&value)
DescribeFeatureGroupResult & WithFeatureGroupArn(FeatureGroupArnT &&value)
DescribeFeatureGroupResult & WithOnlineStoreConfig(OnlineStoreConfigT &&value)
DescribeFeatureGroupResult & WithDescription(DescriptionT &&value)
DescribeFeatureGroupResult & WithRecordIdentifierFeatureName(RecordIdentifierFeatureNameT &&value)
DescribeFeatureGroupResult & WithOfflineStoreConfig(OfflineStoreConfigT &&value)
const Aws::Vector< FeatureDefinition > & GetFeatureDefinitions() const
DescribeFeatureGroupResult & WithThroughputConfig(ThroughputConfigT &&value)
DescribeFeatureGroupResult & WithRequestId(RequestIdT &&value)
DescribeFeatureGroupResult & WithLastModifiedTime(LastModifiedTimeT &&value)
DescribeFeatureGroupResult & WithNextToken(NextTokenT &&value)
DescribeFeatureGroupResult & AddFeatureDefinitions(FeatureDefinitionsT &&value)
DescribeFeatureGroupResult & WithOnlineStoreTotalSizeBytes(long long value)
DescribeFeatureGroupResult & WithEventTimeFeatureName(EventTimeFeatureNameT &&value)
DescribeFeatureGroupResult & WithFailureReason(FailureReasonT &&value)
DescribeFeatureGroupResult & WithRoleArn(RoleArnT &&value)
AWS_SAGEMAKER_API DescribeFeatureGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue