Thank you for using the Microsoft Q&A forum.
Based on the error message, it seems that you are trying to pass a dictionary object as input to your endpoint, which is not supported as the endpoint seems to expect a pandas DataFrame object as input and not a dictionary object, by its sheer design.
For your use case you convert the input dictionary to a pandas DataFrame object and then Pass the DataFrame object as input to the endpoint.
For more details, please refer.
- Set up AutoML to train a time-series forecasting model with SDK and CLI
- Automated machine learning with Azure Machine Learning
I hope you understand. Thank you.
Please do not forget to click Accept Answer
and Yes
for was this answer helpful, wherever the information provided helps you. This can be beneficial to other community members.