7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
9#include <aws/sagemaker/model/InferenceComponentComputeResourceRequirements.h>
10#include <aws/sagemaker/model/InferenceComponentContainerSpecificationSummary.h>
11#include <aws/sagemaker/model/InferenceComponentDataCacheConfigSummary.h>
12#include <aws/sagemaker/model/InferenceComponentSchedulingConfig.h>
13#include <aws/sagemaker/model/InferenceComponentStartupParameters.h>
47 template <
typename ModelNameT = Aws::String>
49 m_modelNameHasBeenSet =
true;
50 m_modelName = std::forward<ModelNameT>(value);
52 template <
typename ModelNameT = Aws::String>
66 template <
typename ContainerT = InferenceComponentContainerSpecificationSummary>
68 m_containerHasBeenSet =
true;
69 m_container = std::forward<ContainerT>(value);
71 template <
typename ContainerT = InferenceComponentContainerSpecificationSummary>
84 template <
typename StartupParametersT = InferenceComponentStartupParameters>
86 m_startupParametersHasBeenSet =
true;
87 m_startupParameters = std::forward<StartupParametersT>(value);
89 template <
typename StartupParametersT = InferenceComponentStartupParameters>
102 return m_computeResourceRequirements;
105 template <
typename ComputeResourceRequirementsT = InferenceComponentComputeResourceRequirements>
107 m_computeResourceRequirementsHasBeenSet =
true;
108 m_computeResourceRequirements = std::forward<ComputeResourceRequirementsT>(value);
110 template <
typename ComputeResourceRequirementsT = InferenceComponentComputeResourceRequirements>
124 template <
typename BaseInferenceComponentNameT = Aws::String>
126 m_baseInferenceComponentNameHasBeenSet =
true;
127 m_baseInferenceComponentName = std::forward<BaseInferenceComponentNameT>(value);
129 template <
typename BaseInferenceComponentNameT = Aws::String>
142 template <
typename DataCacheConfigT = InferenceComponentDataCacheConfigSummary>
144 m_dataCacheConfigHasBeenSet =
true;
145 m_dataCacheConfig = std::forward<DataCacheConfigT>(value);
147 template <
typename DataCacheConfigT = InferenceComponentDataCacheConfigSummary>
161 template <
typename SchedulingConfigT = InferenceComponentSchedulingConfig>
163 m_schedulingConfigHasBeenSet =
true;
164 m_schedulingConfig = std::forward<SchedulingConfigT>(value);
166 template <
typename SchedulingConfigT = InferenceComponentSchedulingConfig>
186 bool m_modelNameHasBeenSet =
false;
187 bool m_containerHasBeenSet =
false;
188 bool m_startupParametersHasBeenSet =
false;
189 bool m_computeResourceRequirementsHasBeenSet =
false;
190 bool m_baseInferenceComponentNameHasBeenSet =
false;
191 bool m_dataCacheConfigHasBeenSet =
false;
192 bool m_schedulingConfigHasBeenSet =
false;
const InferenceComponentStartupParameters & GetStartupParameters() const
bool ContainerHasBeenSet() const
InferenceComponentSpecificationSummary & WithContainer(ContainerT &&value)
InferenceComponentSpecificationSummary & WithComputeResourceRequirements(ComputeResourceRequirementsT &&value)
bool ModelNameHasBeenSet() const
void SetSchedulingConfig(SchedulingConfigT &&value)
AWS_SAGEMAKER_API InferenceComponentSpecificationSummary()=default
bool DataCacheConfigHasBeenSet() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
const InferenceComponentContainerSpecificationSummary & GetContainer() const
void SetComputeResourceRequirements(ComputeResourceRequirementsT &&value)
InferenceComponentSpecificationSummary & WithStartupParameters(StartupParametersT &&value)
const Aws::String & GetBaseInferenceComponentName() const
InferenceComponentSpecificationSummary & WithSchedulingConfig(SchedulingConfigT &&value)
bool StartupParametersHasBeenSet() const
const Aws::String & GetModelName() const
bool BaseInferenceComponentNameHasBeenSet() const
void SetModelName(ModelNameT &&value)
const InferenceComponentDataCacheConfigSummary & GetDataCacheConfig() const
const InferenceComponentSchedulingConfig & GetSchedulingConfig() const
InferenceComponentSpecificationSummary & WithDataCacheConfig(DataCacheConfigT &&value)
void SetBaseInferenceComponentName(BaseInferenceComponentNameT &&value)
void SetContainer(ContainerT &&value)
InferenceComponentSpecificationSummary & WithBaseInferenceComponentName(BaseInferenceComponentNameT &&value)
InferenceComponentSpecificationSummary & WithModelName(ModelNameT &&value)
const InferenceComponentComputeResourceRequirements & GetComputeResourceRequirements() const
void SetDataCacheConfig(DataCacheConfigT &&value)
AWS_SAGEMAKER_API InferenceComponentSpecificationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SchedulingConfigHasBeenSet() const
AWS_SAGEMAKER_API InferenceComponentSpecificationSummary(Aws::Utils::Json::JsonView jsonValue)
void SetStartupParameters(StartupParametersT &&value)
bool ComputeResourceRequirementsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue