Skip to content

Commit 7b58cbf

Browse files
author
Joseph Zhang
committed
Add docstring
1 parent c67b3b4 commit 7b58cbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sagemaker/inference_recommender/inference_recommender_mixin.py

+1
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,7 @@ def _search_recommendation(self, recommendation_list, inference_recommendation_i
609609

610610
# TODO: until we have bandwidth to integrate right_size + deploy with serverless
611611
def _filter_recommendations_for_realtime(self):
612+
"""Filter recommendations list to find a realtime instance"""
612613
instance_type = None
613614
initial_instance_count = None
614615
for recommendations in self.inference_recommendations:

0 commit comments

Comments
 (0)