in codes/lambda/api-hosting-predictor/src/handler.py [0:0]
def load_sm_client(): global _sm_client if _sm_client is None: _sm_client = get_client('sagemaker-runtime', _profile) return _sm_client