7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/InferenceComponentSpecificationSummary.h>
10#include <aws/sagemaker/model/InferenceComponentRuntimeConfigSummary.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/sagemaker/model/InferenceComponentStatus.h>
13#include <aws/sagemaker/model/InferenceComponentDeploymentConfig.h>
18template<
typename RESULT_TYPE>
19class AmazonWebServiceResult;
45 template<
typename InferenceComponentNameT = Aws::String>
46 void SetInferenceComponentName(InferenceComponentNameT&& value) { m_inferenceComponentNameHasBeenSet =
true; m_inferenceComponentName = std::forward<InferenceComponentNameT>(value); }
47 template<
typename InferenceComponentNameT = Aws::String>
56 template<
typename InferenceComponentArnT = Aws::String>
57 void SetInferenceComponentArn(InferenceComponentArnT&& value) { m_inferenceComponentArnHasBeenSet =
true; m_inferenceComponentArn = std::forward<InferenceComponentArnT>(value); }
58 template<
typename InferenceComponentArnT = Aws::String>
67 template<
typename Endpo
intNameT = Aws::String>
68 void SetEndpointName(EndpointNameT&& value) { m_endpointNameHasBeenSet =
true; m_endpointName = std::forward<EndpointNameT>(value); }
69 template<
typename Endpo
intNameT = Aws::String>
79 template<
typename Endpo
intArnT = Aws::String>
80 void SetEndpointArn(EndpointArnT&& value) { m_endpointArnHasBeenSet =
true; m_endpointArn = std::forward<EndpointArnT>(value); }
81 template<
typename Endpo
intArnT = Aws::String>
90 template<
typename VariantNameT = Aws::String>
91 void SetVariantName(VariantNameT&& value) { m_variantNameHasBeenSet =
true; m_variantName = std::forward<VariantNameT>(value); }
92 template<
typename VariantNameT = Aws::String>
102 template<
typename FailureReasonT = Aws::String>
103 void SetFailureReason(FailureReasonT&& value) { m_failureReasonHasBeenSet =
true; m_failureReason = std::forward<FailureReasonT>(value); }
104 template<
typename FailureReasonT = Aws::String>
114 template<
typename SpecificationT = InferenceComponentSpecificationSummary>
115 void SetSpecification(SpecificationT&& value) { m_specificationHasBeenSet =
true; m_specification = std::forward<SpecificationT>(value); }
116 template<
typename SpecificationT = InferenceComponentSpecificationSummary>
126 template<
typename RuntimeConfigT = InferenceComponentRuntimeConfigSummary>
127 void SetRuntimeConfig(RuntimeConfigT&& value) { m_runtimeConfigHasBeenSet =
true; m_runtimeConfig = std::forward<RuntimeConfigT>(value); }
128 template<
typename RuntimeConfigT = InferenceComponentRuntimeConfigSummary>
137 template<
typename CreationTimeT = Aws::Utils::DateTime>
138 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
139 template<
typename CreationTimeT = Aws::Utils::DateTime>
148 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
149 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
150 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
169 template<
typename LastDeploymentConfigT = InferenceComponentDeploymentConfig>
170 void SetLastDeploymentConfig(LastDeploymentConfigT&& value) { m_lastDeploymentConfigHasBeenSet =
true; m_lastDeploymentConfig = std::forward<LastDeploymentConfigT>(value); }
171 template<
typename LastDeploymentConfigT = InferenceComponentDeploymentConfig>
178 template<
typename RequestIdT = Aws::String>
179 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
180 template<
typename RequestIdT = Aws::String>
186 bool m_inferenceComponentNameHasBeenSet =
false;
189 bool m_inferenceComponentArnHasBeenSet =
false;
192 bool m_endpointNameHasBeenSet =
false;
195 bool m_endpointArnHasBeenSet =
false;
198 bool m_variantNameHasBeenSet =
false;
201 bool m_failureReasonHasBeenSet =
false;
204 bool m_specificationHasBeenSet =
false;
207 bool m_runtimeConfigHasBeenSet =
false;
210 bool m_creationTimeHasBeenSet =
false;
213 bool m_lastModifiedTimeHasBeenSet =
false;
216 bool m_inferenceComponentStatusHasBeenSet =
false;
218 InferenceComponentDeploymentConfig m_lastDeploymentConfig;
219 bool m_lastDeploymentConfigHasBeenSet =
false;
222 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