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/sagemaker/SageMaker_EXPORTS.h>
11#include <aws/sagemaker/model/InferenceComponentDeploymentConfig.h>
12#include <aws/sagemaker/model/InferenceComponentRuntimeConfigSummary.h>
13#include <aws/sagemaker/model/InferenceComponentSpecificationSummary.h>
14#include <aws/sagemaker/model/InferenceComponentStatus.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
40 template <
typename InferenceComponentNameT = Aws::String>
42 m_inferenceComponentNameHasBeenSet =
true;
43 m_inferenceComponentName = std::forward<InferenceComponentNameT>(value);
45 template <
typename InferenceComponentNameT = Aws::String>
57 template <
typename InferenceComponentArnT = Aws::String>
59 m_inferenceComponentArnHasBeenSet =
true;
60 m_inferenceComponentArn = std::forward<InferenceComponentArnT>(value);
62 template <
typename InferenceComponentArnT = Aws::String>
74 template <
typename Endpo
intNameT = Aws::String>
76 m_endpointNameHasBeenSet =
true;
77 m_endpointName = std::forward<EndpointNameT>(value);
79 template <
typename Endpo
intNameT = Aws::String>
92 template <
typename Endpo
intArnT = Aws::String>
94 m_endpointArnHasBeenSet =
true;
95 m_endpointArn = std::forward<EndpointArnT>(value);
97 template <
typename Endpo
intArnT = Aws::String>
109 template <
typename VariantNameT = Aws::String>
111 m_variantNameHasBeenSet =
true;
112 m_variantName = std::forward<VariantNameT>(value);
114 template <
typename VariantNameT = Aws::String>
127 template <
typename FailureReasonT = Aws::String>
129 m_failureReasonHasBeenSet =
true;
130 m_failureReason = std::forward<FailureReasonT>(value);
132 template <
typename FailureReasonT = Aws::String>
145 template <
typename SpecificationT = InferenceComponentSpecificationSummary>
147 m_specificationHasBeenSet =
true;
148 m_specification = std::forward<SpecificationT>(value);
150 template <
typename SpecificationT = InferenceComponentSpecificationSummary>
163 template <
typename RuntimeConfigT = InferenceComponentRuntimeConfigSummary>
165 m_runtimeConfigHasBeenSet =
true;
166 m_runtimeConfig = std::forward<RuntimeConfigT>(value);
168 template <
typename RuntimeConfigT = InferenceComponentRuntimeConfigSummary>
180 template <
typename CreationTimeT = Aws::Utils::DateTime>
182 m_creationTimeHasBeenSet =
true;
183 m_creationTime = std::forward<CreationTimeT>(value);
185 template <
typename CreationTimeT = Aws::Utils::DateTime>
197 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
199 m_lastModifiedTimeHasBeenSet =
true;
200 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
202 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
215 m_inferenceComponentStatusHasBeenSet =
true;
216 m_inferenceComponentStatus = value;
230 template <
typename LastDeploymentConfigT = InferenceComponentDeploymentConfig>
232 m_lastDeploymentConfigHasBeenSet =
true;
233 m_lastDeploymentConfig = std::forward<LastDeploymentConfigT>(value);
235 template <
typename LastDeploymentConfigT = InferenceComponentDeploymentConfig>
245 template <
typename RequestIdT = Aws::String>
247 m_requestIdHasBeenSet =
true;
248 m_requestId = std::forward<RequestIdT>(value);
250 template <
typename RequestIdT = Aws::String>
281 InferenceComponentDeploymentConfig m_lastDeploymentConfig;
285 bool m_inferenceComponentNameHasBeenSet =
false;
286 bool m_inferenceComponentArnHasBeenSet =
false;
287 bool m_endpointNameHasBeenSet =
false;
288 bool m_endpointArnHasBeenSet =
false;
289 bool m_variantNameHasBeenSet =
false;
290 bool m_failureReasonHasBeenSet =
false;
291 bool m_specificationHasBeenSet =
false;
292 bool m_runtimeConfigHasBeenSet =
false;
293 bool m_creationTimeHasBeenSet =
false;
294 bool m_lastModifiedTimeHasBeenSet =
false;
295 bool m_inferenceComponentStatusHasBeenSet =
false;
296 bool m_lastDeploymentConfigHasBeenSet =
false;
297 bool m_requestIdHasBeenSet =
false;
const InferenceComponentDeploymentConfig & GetLastDeploymentConfig() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
DescribeInferenceComponentResult & WithFailureReason(FailureReasonT &&value)
DescribeInferenceComponentResult & WithInferenceComponentName(InferenceComponentNameT &&value)
DescribeInferenceComponentResult & WithVariantName(VariantNameT &&value)
DescribeInferenceComponentResult & WithRuntimeConfig(RuntimeConfigT &&value)
const Aws::String & GetEndpointName() const
void SetFailureReason(FailureReasonT &&value)
InferenceComponentStatus GetInferenceComponentStatus() const
DescribeInferenceComponentResult & WithCreationTime(CreationTimeT &&value)
const InferenceComponentSpecificationSummary & GetSpecification() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
DescribeInferenceComponentResult & WithSpecification(SpecificationT &&value)
AWS_SAGEMAKER_API DescribeInferenceComponentResult()=default
DescribeInferenceComponentResult & WithRequestId(RequestIdT &&value)
AWS_SAGEMAKER_API DescribeInferenceComponentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetEndpointArn() const
const Aws::String & GetInferenceComponentName() const
void SetLastDeploymentConfig(LastDeploymentConfigT &&value)
void SetEndpointArn(EndpointArnT &&value)
const Aws::String & GetInferenceComponentArn() const
void SetCreationTime(CreationTimeT &&value)
DescribeInferenceComponentResult & WithLastModifiedTime(LastModifiedTimeT &&value)
void SetSpecification(SpecificationT &&value)
DescribeInferenceComponentResult & WithInferenceComponentStatus(InferenceComponentStatus value)
void SetRequestId(RequestIdT &&value)
void SetInferenceComponentName(InferenceComponentNameT &&value)
void SetVariantName(VariantNameT &&value)
void SetEndpointName(EndpointNameT &&value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
void SetInferenceComponentArn(InferenceComponentArnT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
const InferenceComponentRuntimeConfigSummary & GetRuntimeConfig() const
DescribeInferenceComponentResult & WithEndpointName(EndpointNameT &&value)
void SetInferenceComponentStatus(InferenceComponentStatus value)
AWS_SAGEMAKER_API DescribeInferenceComponentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetFailureReason() const
const Aws::String & GetVariantName() const
DescribeInferenceComponentResult & WithLastDeploymentConfig(LastDeploymentConfigT &&value)
DescribeInferenceComponentResult & WithInferenceComponentArn(InferenceComponentArnT &&value)
const Aws::String & GetRequestId() const
void SetRuntimeConfig(RuntimeConfigT &&value)
DescribeInferenceComponentResult & WithEndpointArn(EndpointArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue