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/core/utils/memory/stl/AWSVector.h>
11#include <aws/sagemaker/SageMaker_EXPORTS.h>
12#include <aws/sagemaker/model/InferenceComponentDeploymentConfig.h>
13#include <aws/sagemaker/model/InferenceComponentRuntimeConfigSummary.h>
14#include <aws/sagemaker/model/InferenceComponentSpecificationSummary.h>
15#include <aws/sagemaker/model/InferenceComponentStatus.h>
20template <
typename RESULT_TYPE>
21class AmazonWebServiceResult;
41 template <
typename InferenceComponentNameT = Aws::String>
43 m_inferenceComponentNameHasBeenSet =
true;
44 m_inferenceComponentName = std::forward<InferenceComponentNameT>(value);
46 template <
typename InferenceComponentNameT = Aws::String>
58 template <
typename InferenceComponentArnT = Aws::String>
60 m_inferenceComponentArnHasBeenSet =
true;
61 m_inferenceComponentArn = std::forward<InferenceComponentArnT>(value);
63 template <
typename InferenceComponentArnT = Aws::String>
75 template <
typename Endpo
intNameT = Aws::String>
77 m_endpointNameHasBeenSet =
true;
78 m_endpointName = std::forward<EndpointNameT>(value);
80 template <
typename Endpo
intNameT = Aws::String>
93 template <
typename Endpo
intArnT = Aws::String>
95 m_endpointArnHasBeenSet =
true;
96 m_endpointArn = std::forward<EndpointArnT>(value);
98 template <
typename Endpo
intArnT = Aws::String>
110 template <
typename VariantNameT = Aws::String>
112 m_variantNameHasBeenSet =
true;
113 m_variantName = std::forward<VariantNameT>(value);
115 template <
typename VariantNameT = Aws::String>
128 template <
typename FailureReasonT = Aws::String>
130 m_failureReasonHasBeenSet =
true;
131 m_failureReason = std::forward<FailureReasonT>(value);
133 template <
typename FailureReasonT = Aws::String>
146 template <
typename SpecificationT = InferenceComponentSpecificationSummary>
148 m_specificationHasBeenSet =
true;
149 m_specification = std::forward<SpecificationT>(value);
151 template <
typename SpecificationT = InferenceComponentSpecificationSummary>
166 template <
typename SpecificationsT = Aws::Vector<InferenceComponentSpecificationSummary>>
168 m_specificationsHasBeenSet =
true;
169 m_specifications = std::forward<SpecificationsT>(value);
171 template <
typename SpecificationsT = Aws::Vector<InferenceComponentSpecificationSummary>>
176 template <
typename SpecificationsT = InferenceComponentSpecificationSummary>
178 m_specificationsHasBeenSet =
true;
179 m_specifications.emplace_back(std::forward<SpecificationsT>(value));
190 template <
typename RuntimeConfigT = InferenceComponentRuntimeConfigSummary>
192 m_runtimeConfigHasBeenSet =
true;
193 m_runtimeConfig = std::forward<RuntimeConfigT>(value);
195 template <
typename RuntimeConfigT = InferenceComponentRuntimeConfigSummary>
207 template <
typename CreationTimeT = Aws::Utils::DateTime>
209 m_creationTimeHasBeenSet =
true;
210 m_creationTime = std::forward<CreationTimeT>(value);
212 template <
typename CreationTimeT = Aws::Utils::DateTime>
224 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
226 m_lastModifiedTimeHasBeenSet =
true;
227 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
229 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
242 m_inferenceComponentStatusHasBeenSet =
true;
243 m_inferenceComponentStatus = value;
257 template <
typename LastDeploymentConfigT = InferenceComponentDeploymentConfig>
259 m_lastDeploymentConfigHasBeenSet =
true;
260 m_lastDeploymentConfig = std::forward<LastDeploymentConfigT>(value);
262 template <
typename LastDeploymentConfigT = InferenceComponentDeploymentConfig>
272 template <
typename RequestIdT = Aws::String>
274 m_requestIdHasBeenSet =
true;
275 m_requestId = std::forward<RequestIdT>(value);
277 template <
typename RequestIdT = Aws::String>
310 InferenceComponentDeploymentConfig m_lastDeploymentConfig;
314 bool m_inferenceComponentNameHasBeenSet =
false;
315 bool m_inferenceComponentArnHasBeenSet =
false;
316 bool m_endpointNameHasBeenSet =
false;
317 bool m_endpointArnHasBeenSet =
false;
318 bool m_variantNameHasBeenSet =
false;
319 bool m_failureReasonHasBeenSet =
false;
320 bool m_specificationHasBeenSet =
false;
321 bool m_specificationsHasBeenSet =
false;
322 bool m_runtimeConfigHasBeenSet =
false;
323 bool m_creationTimeHasBeenSet =
false;
324 bool m_lastModifiedTimeHasBeenSet =
false;
325 bool m_inferenceComponentStatusHasBeenSet =
false;
326 bool m_lastDeploymentConfigHasBeenSet =
false;
327 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)
DescribeInferenceComponentResult & WithSpecifications(SpecificationsT &&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
void SetSpecifications(SpecificationsT &&value)
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
DescribeInferenceComponentResult & AddSpecifications(SpecificationsT &&value)
const Aws::String & GetVariantName() const
DescribeInferenceComponentResult & WithLastDeploymentConfig(LastDeploymentConfigT &&value)
const Aws::Vector< InferenceComponentSpecificationSummary > & GetSpecifications() const
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
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue