kenanzh

Results 1 comments of kenanzh

> An example flow I got working for now, which uses private/internal functions and repeats the instance type way too much: > > ```python > sagemaker_model._init_sagemaker_session_if_does_not_exist('ml.m5.xlarge') > sagemaker_model._create_sagemaker_model('ml.m5.xlarge') > predictor.update_endpoint(...