Hello,
I’ve developed and ran a kubeflow ML model pipeline in GCP’s Vertex AI. I would now like to trigger that model from a dash app and have the model return the results to the app.
Has anyone ever set up a call back to trigger a GCP model pipeline?
Hi @jbh1128d1 interesting question!
I actually have no experience with this, but I think I would start investigating here:
This article might also be helpful:
I have set up a Flask server for hosting of two trained ML models in the past and then used requests.post() from the request library in a callback.
requests.post()