7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
9#include <aws/sagemaker/model/DynamicScalingConfiguration.h>
10#include <aws/sagemaker/model/ScalingPolicyMetric.h>
11#include <aws/sagemaker/model/ScalingPolicyObjective.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
38 template <
typename InferenceRecommendationsJobNameT = Aws::String>
40 m_inferenceRecommendationsJobNameHasBeenSet =
true;
41 m_inferenceRecommendationsJobName = std::forward<InferenceRecommendationsJobNameT>(value);
43 template <
typename InferenceRecommendationsJobNameT = Aws::String>
55 template <
typename RecommendationIdT = Aws::String>
57 m_recommendationIdHasBeenSet =
true;
58 m_recommendationId = std::forward<RecommendationIdT>(value);
60 template <
typename RecommendationIdT = 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>
92 m_targetCpuUtilizationPerCoreHasBeenSet =
true;
93 m_targetCpuUtilizationPerCore = value;
107 template <
typename ScalingPolicyObjectiveT = ScalingPolicyObjective>
109 m_scalingPolicyObjectiveHasBeenSet =
true;
110 m_scalingPolicyObjective = std::forward<ScalingPolicyObjectiveT>(value);
112 template <
typename ScalingPolicyObjectiveT = ScalingPolicyObjective>
125 template <
typename MetricT = ScalingPolicyMetric>
127 m_metricHasBeenSet =
true;
128 m_metric = std::forward<MetricT>(value);
130 template <
typename MetricT = ScalingPolicyMetric>
143 template <
typename DynamicScalingConfigurationT = DynamicScalingConfiguration>
145 m_dynamicScalingConfigurationHasBeenSet =
true;
146 m_dynamicScalingConfiguration = std::forward<DynamicScalingConfigurationT>(value);
148 template <
typename DynamicScalingConfigurationT = DynamicScalingConfiguration>
158 template <
typename RequestIdT = Aws::String>
160 m_requestIdHasBeenSet =
true;
161 m_requestId = std::forward<RequestIdT>(value);
163 template <
typename RequestIdT = Aws::String>
176 int m_targetCpuUtilizationPerCore{0};
178 ScalingPolicyObjective m_scalingPolicyObjective;
180 ScalingPolicyMetric m_metric;
182 DynamicScalingConfiguration m_dynamicScalingConfiguration;
185 bool m_inferenceRecommendationsJobNameHasBeenSet =
false;
186 bool m_recommendationIdHasBeenSet =
false;
187 bool m_endpointNameHasBeenSet =
false;
188 bool m_targetCpuUtilizationPerCoreHasBeenSet =
false;
189 bool m_scalingPolicyObjectiveHasBeenSet =
false;
190 bool m_metricHasBeenSet =
false;
191 bool m_dynamicScalingConfigurationHasBeenSet =
false;
192 bool m_requestIdHasBeenSet =
false;
AWS_SAGEMAKER_API GetScalingConfigurationRecommendationResult()=default
int GetTargetCpuUtilizationPerCore() const
const Aws::String & GetInferenceRecommendationsJobName() const
GetScalingConfigurationRecommendationResult & WithDynamicScalingConfiguration(DynamicScalingConfigurationT &&value)
void SetInferenceRecommendationsJobName(InferenceRecommendationsJobNameT &&value)
GetScalingConfigurationRecommendationResult & WithRequestId(RequestIdT &&value)
GetScalingConfigurationRecommendationResult & WithTargetCpuUtilizationPerCore(int value)
AWS_SAGEMAKER_API GetScalingConfigurationRecommendationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const DynamicScalingConfiguration & GetDynamicScalingConfiguration() const
const ScalingPolicyMetric & GetMetric() const
void SetDynamicScalingConfiguration(DynamicScalingConfigurationT &&value)
GetScalingConfigurationRecommendationResult & WithEndpointName(EndpointNameT &&value)
void SetRequestId(RequestIdT &&value)
AWS_SAGEMAKER_API GetScalingConfigurationRecommendationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetEndpointName(EndpointNameT &&value)
void SetMetric(MetricT &&value)
void SetRecommendationId(RecommendationIdT &&value)
const Aws::String & GetEndpointName() const
GetScalingConfigurationRecommendationResult & WithInferenceRecommendationsJobName(InferenceRecommendationsJobNameT &&value)
void SetScalingPolicyObjective(ScalingPolicyObjectiveT &&value)
void SetTargetCpuUtilizationPerCore(int value)
GetScalingConfigurationRecommendationResult & WithMetric(MetricT &&value)
GetScalingConfigurationRecommendationResult & WithScalingPolicyObjective(ScalingPolicyObjectiveT &&value)
const Aws::String & GetRecommendationId() const
const Aws::String & GetRequestId() const
GetScalingConfigurationRecommendationResult & WithRecommendationId(RecommendationIdT &&value)
const ScalingPolicyObjective & GetScalingPolicyObjective() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue