I have a json file which I am using in score.py however, it is not being found. When making a post request to the endpoint I get the following error “No such file or directory: ‘/var/azureml-app/model_adjustments.json'” json file is in the same folder as score.py and calling it from a script in my score.py file i have the following I
Tag: azureml-python-sdk
How can I remove the wrapper around the input when using Inference Schema
When using Inference Schema to autogenerate the swagger doc for my AzureML endpoint (as detailed here and here), I see that it creates a wrapper around my input_sample. Is there a way to not wrap the input inside this “data” wrapper? Here is what my score.py looks like: Answer InferenceSchema used with Azure Machine Learning deployments, then the code for