7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
10#include <aws/sagemaker/model/InferenceComponentDeploymentConfig.h>
11#include <aws/sagemaker/model/InferenceComponentRuntimeConfigSummary.h>
12#include <aws/sagemaker/model/InferenceComponentSpecificationSummary.h>
13#include <aws/sagemaker/model/InferenceComponentStatus.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
39 template <
typename InferenceComponentNameT = Aws::String>
41 m_inferenceComponentNameHasBeenSet =
true;
42 m_inferenceComponentName = std::forward<InferenceComponentNameT>(value);
44 template <
typename InferenceComponentNameT = Aws::String>
56 template <
typename InferenceComponentArnT = Aws::String>
58 m_inferenceComponentArnHasBeenSet =
true;
59 m_inferenceComponentArn = std::forward<InferenceComponentArnT>(value);
61 template <
typename InferenceComponentArnT = Aws::String>
73 template <
typename Endpo
intNameT = Aws::String>
75 m_endpointNameHasBeenSet =
true;
76 m_endpointName = std::forward<EndpointNameT>(value);
78 template <
typename Endpo
intNameT = Aws::String>
91 template <
typename Endpo
intArnT = Aws::String>
93 m_endpointArnHasBeenSet =
true;
94 m_endpointArn = std::forward<EndpointArnT>(value);
96 template <
typename Endpo
intArnT = Aws::String>
108 template <
typename VariantNameT = Aws::String>
110 m_variantNameHasBeenSet =
true;
111 m_variantName = std::forward<VariantNameT>(value);
113 template <
typename VariantNameT = Aws::String>
126 template <
typename FailureReasonT = Aws::String>
128 m_failureReasonHasBeenSet =
true;
129 m_failureReason = std::forward<FailureReasonT>(value);
131 template <
typename FailureReasonT = Aws::String>
144 template <
typename SpecificationT = InferenceComponentSpecificationSummary>
146 m_specificationHasBeenSet =
true;
147 m_specification = std::forward<SpecificationT>(value);
149 template <
typename SpecificationT = InferenceComponentSpecificationSummary>
162 template <
typename RuntimeConfigT = InferenceComponentRuntimeConfigSummary>
164 m_runtimeConfigHasBeenSet =
true;
165 m_runtimeConfig = std::forward<RuntimeConfigT>(value);
167 template <
typename RuntimeConfigT = InferenceComponentRuntimeConfigSummary>
179 template <
typename CreationTimeT = Aws::Utils::DateTime>
181 m_creationTimeHasBeenSet =
true;
182 m_creationTime = std::forward<CreationTimeT>(value);
184 template <
typename CreationTimeT = Aws::Utils::DateTime>
196 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
198 m_lastModifiedTimeHasBeenSet =
true;
199 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
201 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
214 m_inferenceComponentStatusHasBeenSet =
true;
215 m_inferenceComponentStatus = value;
229 template <
typename LastDeploymentConfigT = InferenceComponentDeploymentConfig>
231 m_lastDeploymentConfigHasBeenSet =
true;
232 m_lastDeploymentConfig = std::forward<LastDeploymentConfigT>(value);
234 template <
typename LastDeploymentConfigT = InferenceComponentDeploymentConfig>
244 template <
typename RequestIdT = Aws::String>
246 m_requestIdHasBeenSet =
true;
247 m_requestId = std::forward<RequestIdT>(value);
249 template <
typename RequestIdT = Aws::String>
278 InferenceComponentDeploymentConfig m_lastDeploymentConfig;
281 bool m_inferenceComponentNameHasBeenSet =
false;
282 bool m_inferenceComponentArnHasBeenSet =
false;
283 bool m_endpointNameHasBeenSet =
false;
284 bool m_endpointArnHasBeenSet =
false;
285 bool m_variantNameHasBeenSet =
false;
286 bool m_failureReasonHasBeenSet =
false;
287 bool m_specificationHasBeenSet =
false;
288 bool m_runtimeConfigHasBeenSet =
false;
289 bool m_creationTimeHasBeenSet =
false;
290 bool m_lastModifiedTimeHasBeenSet =
false;
291 bool m_inferenceComponentStatusHasBeenSet =
false;
292 bool m_lastDeploymentConfigHasBeenSet =
false;
293 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
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