7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
10#include <aws/sagemaker/model/DynamicScalingConfiguration.h>
11#include <aws/sagemaker/model/ScalingPolicyMetric.h>
12#include <aws/sagemaker/model/ScalingPolicyObjective.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
39 template <
typename InferenceRecommendationsJobNameT = Aws::String>
41 m_inferenceRecommendationsJobNameHasBeenSet =
true;
42 m_inferenceRecommendationsJobName = std::forward<InferenceRecommendationsJobNameT>(value);
44 template <
typename InferenceRecommendationsJobNameT = Aws::String>
56 template <
typename RecommendationIdT = Aws::String>
58 m_recommendationIdHasBeenSet =
true;
59 m_recommendationId = std::forward<RecommendationIdT>(value);
61 template <
typename RecommendationIdT = Aws::String>
74 template <
typename Endpo
intNameT = Aws::String>
76 m_endpointNameHasBeenSet =
true;
77 m_endpointName = std::forward<EndpointNameT>(value);
79 template <
typename Endpo
intNameT = Aws::String>
93 m_targetCpuUtilizationPerCoreHasBeenSet =
true;
94 m_targetCpuUtilizationPerCore = value;
108 template <
typename ScalingPolicyObjectiveT = ScalingPolicyObjective>
110 m_scalingPolicyObjectiveHasBeenSet =
true;
111 m_scalingPolicyObjective = std::forward<ScalingPolicyObjectiveT>(value);
113 template <
typename ScalingPolicyObjectiveT = ScalingPolicyObjective>
126 template <
typename MetricT = ScalingPolicyMetric>
128 m_metricHasBeenSet =
true;
129 m_metric = std::forward<MetricT>(value);
131 template <
typename MetricT = ScalingPolicyMetric>
144 template <
typename DynamicScalingConfigurationT = DynamicScalingConfiguration>
146 m_dynamicScalingConfigurationHasBeenSet =
true;
147 m_dynamicScalingConfiguration = std::forward<DynamicScalingConfigurationT>(value);
149 template <
typename DynamicScalingConfigurationT = DynamicScalingConfiguration>
159 template <
typename RequestIdT = Aws::String>
161 m_requestIdHasBeenSet =
true;
162 m_requestId = std::forward<RequestIdT>(value);
164 template <
typename RequestIdT = Aws::String>
179 int m_targetCpuUtilizationPerCore{0};
181 ScalingPolicyObjective m_scalingPolicyObjective;
183 ScalingPolicyMetric m_metric;
185 DynamicScalingConfiguration m_dynamicScalingConfiguration;
189 bool m_inferenceRecommendationsJobNameHasBeenSet =
false;
190 bool m_recommendationIdHasBeenSet =
false;
191 bool m_endpointNameHasBeenSet =
false;
192 bool m_targetCpuUtilizationPerCoreHasBeenSet =
false;
193 bool m_scalingPolicyObjectiveHasBeenSet =
false;
194 bool m_metricHasBeenSet =
false;
195 bool m_dynamicScalingConfigurationHasBeenSet =
false;
196 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
Aws::Http::HttpResponseCode GetHttpResponseCode() 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