Skip to content
Advertisement

Tag: azure-machine-learning-service

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

Advertisement