We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90fd199 commit 7e826c9Copy full SHA for 7e826c9
src/sagemaker/inference_recommender/inference_recommender_mixin.py
@@ -302,10 +302,6 @@ def _update_params_for_right_size(
302
)
303
return None
304
305
- instance_type = self.inference_recommendations[0]["EndpointConfiguration"]["InstanceType"]
306
- initial_instance_count = self.inference_recommendations[0]["EndpointConfiguration"][
307
- "InitialInstanceCount"
308
- ]
309
return self._filter_recommendations_for_realtime()
310
311
def _update_params_for_recommendation_id(
0 commit comments