7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/sagemaker/SageMakerRequest.h>
10#include <aws/sagemaker/SageMaker_EXPORTS.h>
11#include <aws/sagemaker/model/InferenceComponentDeploymentConfig.h>
12#include <aws/sagemaker/model/InferenceComponentRuntimeConfig.h>
13#include <aws/sagemaker/model/InferenceComponentSpecification.h>
43 template <
typename InferenceComponentNameT = Aws::String>
45 m_inferenceComponentNameHasBeenSet =
true;
46 m_inferenceComponentName = std::forward<InferenceComponentNameT>(value);
48 template <
typename InferenceComponentNameT = Aws::String>
62 template <
typename SpecificationT = InferenceComponentSpecification>
64 m_specificationHasBeenSet =
true;
65 m_specification = std::forward<SpecificationT>(value);
67 template <
typename SpecificationT = InferenceComponentSpecification>
84 template <
typename SpecificationsT = Aws::Vector<InferenceComponentSpecification>>
86 m_specificationsHasBeenSet =
true;
87 m_specifications = std::forward<SpecificationsT>(value);
89 template <
typename SpecificationsT = Aws::Vector<InferenceComponentSpecification>>
94 template <
typename SpecificationsT = InferenceComponentSpecification>
96 m_specificationsHasBeenSet =
true;
97 m_specifications.emplace_back(std::forward<SpecificationsT>(value));
109 template <
typename RuntimeConfigT = InferenceComponentRuntimeConfig>
111 m_runtimeConfigHasBeenSet =
true;
112 m_runtimeConfig = std::forward<RuntimeConfigT>(value);
114 template <
typename RuntimeConfigT = InferenceComponentRuntimeConfig>
128 template <
typename DeploymentConfigT = InferenceComponentDeploymentConfig>
130 m_deploymentConfigHasBeenSet =
true;
131 m_deploymentConfig = std::forward<DeploymentConfigT>(value);
133 template <
typename DeploymentConfigT = InferenceComponentDeploymentConfig>
149 bool m_inferenceComponentNameHasBeenSet =
false;
150 bool m_specificationHasBeenSet =
false;
151 bool m_specificationsHasBeenSet =
false;
152 bool m_runtimeConfigHasBeenSet =
false;
153 bool m_deploymentConfigHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
void SetSpecification(SpecificationT &&value)
const InferenceComponentRuntimeConfig & GetRuntimeConfig() const
bool InferenceComponentNameHasBeenSet() const
bool RuntimeConfigHasBeenSet() const
UpdateInferenceComponentRequest & WithSpecifications(SpecificationsT &&value)
bool SpecificationHasBeenSet() const
void SetSpecifications(SpecificationsT &&value)
const Aws::Vector< InferenceComponentSpecification > & GetSpecifications() const
bool SpecificationsHasBeenSet() const
void SetDeploymentConfig(DeploymentConfigT &&value)
const InferenceComponentDeploymentConfig & GetDeploymentConfig() const
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
void SetInferenceComponentName(InferenceComponentNameT &&value)
UpdateInferenceComponentRequest & WithDeploymentConfig(DeploymentConfigT &&value)
const Aws::String & GetInferenceComponentName() const
UpdateInferenceComponentRequest & WithRuntimeConfig(RuntimeConfigT &&value)
bool DeploymentConfigHasBeenSet() const
AWS_SAGEMAKER_API UpdateInferenceComponentRequest()=default
UpdateInferenceComponentRequest & AddSpecifications(SpecificationsT &&value)
const InferenceComponentSpecification & GetSpecification() const
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
UpdateInferenceComponentRequest & WithInferenceComponentName(InferenceComponentNameT &&value)
UpdateInferenceComponentRequest & WithSpecification(SpecificationT &&value)
void SetRuntimeConfig(RuntimeConfigT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector