You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
On line 1808 of sagemaker.model the function self.sagemaker_session.create_endpoint_config has a different signature and fails due to the parameter name missmatch. serverless_inference_config should be serverless_inference_config_dict (the _dict suffix is missing). As it is now the endpoint update function fails.
Describe the bug
On line 1808 of
sagemaker.model
the functionself.sagemaker_session.create_endpoint_config
has a different signature and fails due to the parameter name missmatch.serverless_inference_config
should beserverless_inference_config_dict
(the _dict suffix is missing). As it is now the endpoint update function fails.sagemaker-python-sdk/src/sagemaker/model.py
Line 1808 in 27e5208
The text was updated successfully, but these errors were encountered: