I have coded pyfunc model code in Databricks notebook and deployed and served thr model thr endpoint. I tried to query the endpoint thr databricks notebook itself through below code but getting CLI error. Not sure why i am getting this error since I am querying thr code in databricks notebook itself.
{"error_code": "BAD_REQUEST", "message": "Encountered an unexpected error while evaluating the model. Error 'You haven't configured the CLI yet! Please configure by entering `/opt/conda/envs/mlflow-env/bin/gunicorn configure`'",/site-packages/mlflow/legacy_databricks_cli/configure/provider.py\", line 137, in get_config\n raise InvalidConfigurationError.for_profile(None)\nmlflow.legacy_databricks_cli.configure.provider.InvalidConfigurationError: You haven't configured the CLI yet! Please configure by entering `/opt/conda/envs/mlflow-env/bin/gunicorn configure`\n"}