After creating a model with Azure designer and creating a Real-time inference pipeline I would like to use the trained artifacts in a local script. I'm trying to look for the model.py in the Azure Storage Explorer but cannot find it, or the python where the trained model is called using pytorch.
Asked
Active
Viewed 665 times
2 Answers
1
To use a real-time inference pipeline you must call the REST endpoint with an authentication key.
See: https://thenewstack.io/tutorial-create-training-and-inferencing-pipelines-with-azure-ml-designer/
The end of the post shows how to make the call.

Shiraz Bhaiji
- 64,065
- 34
- 143
- 252
0
The model artifacts can be downloaded using az ml model download - that will get all of the files.

Ram
- 2,459
- 1
- 7
- 14