Skip to content

Parameter mismatch on the endpoint update of sagemaker model #5130

Closed
@GOGKI

Description

@GOGKI

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.

serverless_inference_config=serverless_inference_config_dict,

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions