aws / aws/sagemaker-python-sdk
'LocalSagemakerClient' object has no attribute 'describe_user_profile'
- Vorherrschende Sprache
- Python
- Sterne
- 2.3k
- Forks
- 1.3k
- Ø Merge
- 1 T. 22 Std.
- Gemergte PRs (30 T.)
- 35
Beschreibung
**Describe the bug**
I was trying to build and run a local sagemaker pipeline. See attached file.
[local_pipe_step_deco.md](https://github.com/aws/sagemaker-python-sdk/files/14205980/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: https://github.com/aws/sagemaker-python-sdk/blob/87d661a8caff9c0671bce183000be6133d9103b9/src/sagemaker/local/local_session.py#L56
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
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.