AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DescribeInferenceExperimentResult.h
1
6#pragma once
7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/InferenceExperimentType.h>
10#include <aws/sagemaker/model/InferenceExperimentSchedule.h>
11#include <aws/sagemaker/model/InferenceExperimentStatus.h>
12#include <aws/core/utils/DateTime.h>
13#include <aws/sagemaker/model/EndpointMetadata.h>
14#include <aws/core/utils/memory/stl/AWSVector.h>
15#include <aws/sagemaker/model/InferenceExperimentDataStorageConfig.h>
16#include <aws/sagemaker/model/ShadowModeConfig.h>
17#include <aws/sagemaker/model/ModelVariantConfigSummary.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:
42
43
45
48 inline const Aws::String& GetArn() const{ return m_arn; }
49 inline void SetArn(const Aws::String& value) { m_arn = value; }
50 inline void SetArn(Aws::String&& value) { m_arn = std::move(value); }
51 inline void SetArn(const char* value) { m_arn.assign(value); }
52 inline DescribeInferenceExperimentResult& WithArn(const Aws::String& value) { SetArn(value); return *this;}
53 inline DescribeInferenceExperimentResult& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;}
54 inline DescribeInferenceExperimentResult& WithArn(const char* value) { SetArn(value); return *this;}
56
58
61 inline const Aws::String& GetName() const{ return m_name; }
62 inline void SetName(const Aws::String& value) { m_name = value; }
63 inline void SetName(Aws::String&& value) { m_name = std::move(value); }
64 inline void SetName(const char* value) { m_name.assign(value); }
65 inline DescribeInferenceExperimentResult& WithName(const Aws::String& value) { SetName(value); return *this;}
66 inline DescribeInferenceExperimentResult& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
67 inline DescribeInferenceExperimentResult& WithName(const char* value) { SetName(value); return *this;}
69
71
74 inline const InferenceExperimentType& GetType() const{ return m_type; }
75 inline void SetType(const InferenceExperimentType& value) { m_type = value; }
76 inline void SetType(InferenceExperimentType&& value) { m_type = std::move(value); }
77 inline DescribeInferenceExperimentResult& WithType(const InferenceExperimentType& value) { SetType(value); return *this;}
78 inline DescribeInferenceExperimentResult& WithType(InferenceExperimentType&& value) { SetType(std::move(value)); return *this;}
80
82
85 inline const InferenceExperimentSchedule& GetSchedule() const{ return m_schedule; }
86 inline void SetSchedule(const InferenceExperimentSchedule& value) { m_schedule = value; }
87 inline void SetSchedule(InferenceExperimentSchedule&& value) { m_schedule = std::move(value); }
91
93
110 inline const InferenceExperimentStatus& GetStatus() const{ return m_status; }
111 inline void SetStatus(const InferenceExperimentStatus& value) { m_status = value; }
112 inline void SetStatus(InferenceExperimentStatus&& value) { m_status = std::move(value); }
114 inline DescribeInferenceExperimentResult& WithStatus(InferenceExperimentStatus&& value) { SetStatus(std::move(value)); return *this;}
116
118
123 inline const Aws::String& GetStatusReason() const{ return m_statusReason; }
124 inline void SetStatusReason(const Aws::String& value) { m_statusReason = value; }
125 inline void SetStatusReason(Aws::String&& value) { m_statusReason = std::move(value); }
126 inline void SetStatusReason(const char* value) { m_statusReason.assign(value); }
128 inline DescribeInferenceExperimentResult& WithStatusReason(Aws::String&& value) { SetStatusReason(std::move(value)); return *this;}
129 inline DescribeInferenceExperimentResult& WithStatusReason(const char* value) { SetStatusReason(value); return *this;}
131
133
136 inline const Aws::String& GetDescription() const{ return m_description; }
137 inline void SetDescription(const Aws::String& value) { m_description = value; }
138 inline void SetDescription(Aws::String&& value) { m_description = std::move(value); }
139 inline void SetDescription(const char* value) { m_description.assign(value); }
141 inline DescribeInferenceExperimentResult& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;}
142 inline DescribeInferenceExperimentResult& WithDescription(const char* value) { SetDescription(value); return *this;}
144
146
149 inline const Aws::Utils::DateTime& GetCreationTime() const{ return m_creationTime; }
150 inline void SetCreationTime(const Aws::Utils::DateTime& value) { m_creationTime = value; }
151 inline void SetCreationTime(Aws::Utils::DateTime&& value) { m_creationTime = std::move(value); }
155
157
160 inline const Aws::Utils::DateTime& GetCompletionTime() const{ return m_completionTime; }
161 inline void SetCompletionTime(const Aws::Utils::DateTime& value) { m_completionTime = value; }
162 inline void SetCompletionTime(Aws::Utils::DateTime&& value) { m_completionTime = std::move(value); }
166
168
171 inline const Aws::Utils::DateTime& GetLastModifiedTime() const{ return m_lastModifiedTime; }
172 inline void SetLastModifiedTime(const Aws::Utils::DateTime& value) { m_lastModifiedTime = value; }
173 inline void SetLastModifiedTime(Aws::Utils::DateTime&& value) { m_lastModifiedTime = std::move(value); }
177
179
184 inline const Aws::String& GetRoleArn() const{ return m_roleArn; }
185 inline void SetRoleArn(const Aws::String& value) { m_roleArn = value; }
186 inline void SetRoleArn(Aws::String&& value) { m_roleArn = std::move(value); }
187 inline void SetRoleArn(const char* value) { m_roleArn.assign(value); }
188 inline DescribeInferenceExperimentResult& WithRoleArn(const Aws::String& value) { SetRoleArn(value); return *this;}
189 inline DescribeInferenceExperimentResult& WithRoleArn(Aws::String&& value) { SetRoleArn(std::move(value)); return *this;}
190 inline DescribeInferenceExperimentResult& WithRoleArn(const char* value) { SetRoleArn(value); return *this;}
192
194
197 inline const EndpointMetadata& GetEndpointMetadata() const{ return m_endpointMetadata; }
198 inline void SetEndpointMetadata(const EndpointMetadata& value) { m_endpointMetadata = value; }
199 inline void SetEndpointMetadata(EndpointMetadata&& value) { m_endpointMetadata = std::move(value); }
203
205
211 inline const Aws::Vector<ModelVariantConfigSummary>& GetModelVariants() const{ return m_modelVariants; }
212 inline void SetModelVariants(const Aws::Vector<ModelVariantConfigSummary>& value) { m_modelVariants = value; }
213 inline void SetModelVariants(Aws::Vector<ModelVariantConfigSummary>&& value) { m_modelVariants = std::move(value); }
216 inline DescribeInferenceExperimentResult& AddModelVariants(const ModelVariantConfigSummary& value) { m_modelVariants.push_back(value); return *this; }
217 inline DescribeInferenceExperimentResult& AddModelVariants(ModelVariantConfigSummary&& value) { m_modelVariants.push_back(std::move(value)); return *this; }
219
221
225 inline const InferenceExperimentDataStorageConfig& GetDataStorageConfig() const{ return m_dataStorageConfig; }
226 inline void SetDataStorageConfig(const InferenceExperimentDataStorageConfig& value) { m_dataStorageConfig = value; }
227 inline void SetDataStorageConfig(InferenceExperimentDataStorageConfig&& value) { m_dataStorageConfig = std::move(value); }
231
233
240 inline const ShadowModeConfig& GetShadowModeConfig() const{ return m_shadowModeConfig; }
241 inline void SetShadowModeConfig(const ShadowModeConfig& value) { m_shadowModeConfig = value; }
242 inline void SetShadowModeConfig(ShadowModeConfig&& value) { m_shadowModeConfig = std::move(value); }
246
248
255 inline const Aws::String& GetKmsKey() const{ return m_kmsKey; }
256 inline void SetKmsKey(const Aws::String& value) { m_kmsKey = value; }
257 inline void SetKmsKey(Aws::String&& value) { m_kmsKey = std::move(value); }
258 inline void SetKmsKey(const char* value) { m_kmsKey.assign(value); }
259 inline DescribeInferenceExperimentResult& WithKmsKey(const Aws::String& value) { SetKmsKey(value); return *this;}
260 inline DescribeInferenceExperimentResult& WithKmsKey(Aws::String&& value) { SetKmsKey(std::move(value)); return *this;}
261 inline DescribeInferenceExperimentResult& WithKmsKey(const char* value) { SetKmsKey(value); return *this;}
263
265
266 inline const Aws::String& GetRequestId() const{ return m_requestId; }
267 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
268 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
269 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
270 inline DescribeInferenceExperimentResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
271 inline DescribeInferenceExperimentResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
272 inline DescribeInferenceExperimentResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
274 private:
275
276 Aws::String m_arn;
277
278 Aws::String m_name;
279
281
283
285
286 Aws::String m_statusReason;
287
288 Aws::String m_description;
289
290 Aws::Utils::DateTime m_creationTime;
291
292 Aws::Utils::DateTime m_completionTime;
293
294 Aws::Utils::DateTime m_lastModifiedTime;
295
296 Aws::String m_roleArn;
297
298 EndpointMetadata m_endpointMetadata;
299
301
302 InferenceExperimentDataStorageConfig m_dataStorageConfig;
303
304 ShadowModeConfig m_shadowModeConfig;
305
306 Aws::String m_kmsKey;
307
308 Aws::String m_requestId;
309 };
310
311} // namespace Model
312} // namespace SageMaker
313} // namespace Aws
void SetDataStorageConfig(const InferenceExperimentDataStorageConfig &value)
DescribeInferenceExperimentResult & WithModelVariants(const Aws::Vector< ModelVariantConfigSummary > &value)
DescribeInferenceExperimentResult & WithEndpointMetadata(EndpointMetadata &&value)
DescribeInferenceExperimentResult & WithDescription(Aws::String &&value)
DescribeInferenceExperimentResult & WithStatusReason(Aws::String &&value)
DescribeInferenceExperimentResult & AddModelVariants(const ModelVariantConfigSummary &value)
DescribeInferenceExperimentResult & WithDataStorageConfig(InferenceExperimentDataStorageConfig &&value)
DescribeInferenceExperimentResult & WithArn(Aws::String &&value)
DescribeInferenceExperimentResult & WithName(const char *value)
DescribeInferenceExperimentResult & WithKmsKey(const char *value)
DescribeInferenceExperimentResult & WithType(InferenceExperimentType &&value)
DescribeInferenceExperimentResult & WithArn(const char *value)
DescribeInferenceExperimentResult & WithArn(const Aws::String &value)
void SetModelVariants(const Aws::Vector< ModelVariantConfigSummary > &value)
DescribeInferenceExperimentResult & WithEndpointMetadata(const EndpointMetadata &value)
DescribeInferenceExperimentResult & WithModelVariants(Aws::Vector< ModelVariantConfigSummary > &&value)
DescribeInferenceExperimentResult & WithName(const Aws::String &value)
DescribeInferenceExperimentResult & WithStatus(const InferenceExperimentStatus &value)
DescribeInferenceExperimentResult & WithType(const InferenceExperimentType &value)
DescribeInferenceExperimentResult & WithKmsKey(Aws::String &&value)
DescribeInferenceExperimentResult & WithShadowModeConfig(ShadowModeConfig &&value)
DescribeInferenceExperimentResult & WithCreationTime(Aws::Utils::DateTime &&value)
AWS_SAGEMAKER_API DescribeInferenceExperimentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeInferenceExperimentResult & WithName(Aws::String &&value)
DescribeInferenceExperimentResult & WithRoleArn(const char *value)
DescribeInferenceExperimentResult & WithDataStorageConfig(const InferenceExperimentDataStorageConfig &value)
DescribeInferenceExperimentResult & WithDescription(const char *value)
DescribeInferenceExperimentResult & WithStatus(InferenceExperimentStatus &&value)
DescribeInferenceExperimentResult & WithLastModifiedTime(const Aws::Utils::DateTime &value)
DescribeInferenceExperimentResult & WithStatusReason(const char *value)
const Aws::Vector< ModelVariantConfigSummary > & GetModelVariants() const
AWS_SAGEMAKER_API DescribeInferenceExperimentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeInferenceExperimentResult & WithCompletionTime(const Aws::Utils::DateTime &value)
DescribeInferenceExperimentResult & WithRoleArn(Aws::String &&value)
DescribeInferenceExperimentResult & WithRoleArn(const Aws::String &value)
DescribeInferenceExperimentResult & WithLastModifiedTime(Aws::Utils::DateTime &&value)
const InferenceExperimentDataStorageConfig & GetDataStorageConfig() const
DescribeInferenceExperimentResult & WithSchedule(InferenceExperimentSchedule &&value)
DescribeInferenceExperimentResult & WithCompletionTime(Aws::Utils::DateTime &&value)
DescribeInferenceExperimentResult & WithRequestId(const char *value)
DescribeInferenceExperimentResult & WithShadowModeConfig(const ShadowModeConfig &value)
DescribeInferenceExperimentResult & WithCreationTime(const Aws::Utils::DateTime &value)
DescribeInferenceExperimentResult & WithRequestId(const Aws::String &value)
DescribeInferenceExperimentResult & WithStatusReason(const Aws::String &value)
DescribeInferenceExperimentResult & WithRequestId(Aws::String &&value)
void SetModelVariants(Aws::Vector< ModelVariantConfigSummary > &&value)
DescribeInferenceExperimentResult & WithDescription(const Aws::String &value)
DescribeInferenceExperimentResult & WithSchedule(const InferenceExperimentSchedule &value)
void SetDataStorageConfig(InferenceExperimentDataStorageConfig &&value)
DescribeInferenceExperimentResult & AddModelVariants(ModelVariantConfigSummary &&value)
DescribeInferenceExperimentResult & WithKmsKey(const Aws::String &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