I have some designing questions, and see if kedro-azureml is the right tool to use.
My team is building a long running simulation model written using Kedro. We have a ton of parameters in conf/base/. Our goal is to let users configure the parameters from UI (wepapp written in js), and to trigger the model with these parameters from UI. We heard that we can create REST API for Azure pipeline to run the model and pass input parameters to the model. If our team create the pipeline using kedro-azureml, can we pass different parameters at the run time?
I'm new to kedro and azure, so please correct me if I'm wrong.
Hello Team!
I have some designing questions, and see if kedro-azureml is the right tool to use.
My team is building a long running simulation model written using Kedro. We have a ton of parameters in
conf/base/
. Our goal is to let users configure the parameters from UI (wepapp written in js), and to trigger the model with these parameters from UI. We heard that we can create REST API for Azure pipeline to run the model and pass input parameters to the model. If our team create the pipeline using kedro-azureml, can we pass different parameters at the run time?I'm new to kedro and azure, so please correct me if I'm wrong.