-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
component: pysdk-teamRelated to SageMaker Python SDK Core IssuesRelated to SageMaker Python SDK Core Issuestype: bug
Description
Describe the bug
I was trying to build and run a local sagemaker pipeline. See attached file.
local_pipe_step_deco.md
I tried to run it from a console as a script and from a notebook. Both runs resulted in same error:
AttributeError: 'LocalSagemakerClient' object has no attribute 'describe_user_profile'
So I looked inside the code definition:
| """A SageMakerClient that implements the API calls locally. |
and, indeed, didn't find any attributes or functions with the name 'describe_user_profile'.
System information
- SageMaker Python SDK version: 2.203.1
- Python version: 3.10
- CPU or GPU: ml.m5.large
- Custom Docker image (Y/N): Y
Metadata
Metadata
Assignees
Labels
component: pysdk-teamRelated to SageMaker Python SDK Core IssuesRelated to SageMaker Python SDK Core Issuestype: bug