Skip to content

'LocalSagemakerClient' object has no attribute 'describe_user_profile' #4417

@JurijGass

Description

@JurijGass

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

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions