We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6cf7f5 commit 8fc2648Copy full SHA for 8fc2648
src/sagemaker/session.py
@@ -3302,7 +3302,7 @@ def create_endpoint_config_from_existing(
3302
3303
if existing_endpoint_config_desc.get("AsyncInferenceConfig") is not None:
3304
request["AsyncInferenceConfig"] = existing_endpoint_config_desc.get(
3305
- "AsyncInferenceConfig"
+ "AsyncInferenceConfig", None
3306
)
3307
3308
self.sagemaker_client.create_endpoint_config(**request)
0 commit comments