aws / aws/sagemaker-python-sdk

'LocalSagemakerClient' object has no attribute 'describe_user_profile'

Abierto
#4,417 0 comentarios 0 reacciones 1 asignado Reclamado por @nargokul Ver en GitHub
component: pysdk-team type: bug
Lenguaje dominante
Python
Estrellas
2.3k
Forks
1.3k
Merge medio
1 d 22 h
PR fusionados (30 d)
35

Descripción

**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

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.