In most samples a new AML pipeline endpoint is created each time the pipeline has been (re)build. There is a more elegant way of updating the existing endpoint in the Kaldi example.
I think we should update the image-classification-tensorflow and the non-python-preprocess samples with that pattern.
In most samples a new AML pipeline endpoint is created each time the pipeline has been (re)build. There is a more elegant way of updating the existing endpoint in the Kaldi example.
I think we should update the
image-classification-tensorflow
and thenon-python-preprocess
samples with that pattern.