aws / amazon-sagemaker-examples

Example 📓 Jupyter notebooks that demonstrate how to build, train, and deploy machine learning models using 🧠 Amazon SageMaker.
https://sagemaker-examples.readthedocs.io
Apache License 2.0
10.02k stars 6.75k forks source link

[Bug Report] invoke_endpoint is returning empty list in the response body. #3830

Open mangeshingle opened 1 year ago

mangeshingle commented 1 year ago

Link to the notebook https://github.com/aws/amazon-sagemaker-examples/blob/main/advanced_functionality/xgboost_bring_your_own_model/xgboost_bring_your_own_model.ipynb

Describe the bug Just ran the code as it is, and found that runtime_client.invoke_endpoint always returns an empty list in the response body.

To reproduce Just run all cells of the notebook.

mangeshingle commented 1 year ago

image