Skip to content

Commit 2646cbf

Browse files
gwang111goelakash
authored andcommitted
clean up
1 parent 005066e commit 2646cbf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/sagemaker/inference_recommender/inference_recommender_mixin.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -302,10 +302,6 @@ def _update_params_for_right_size(
302302
)
303303
return None
304304

305-
instance_type = self.inference_recommendations[0]["EndpointConfiguration"]["InstanceType"]
306-
initial_instance_count = self.inference_recommendations[0]["EndpointConfiguration"][
307-
"InitialInstanceCount"
308-
]
309305
return self._filter_recommendations_for_realtime()
310306

311307
def _update_params_for_recommendation_id(

0 commit comments

Comments
 (0)