Skip to content

Commit 4dd74a9

Browse files
authored
added UI options
1 parent 844e0a2 commit 4dd74a9

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

articles/machine-learning/how-to-automl-forecasting-faq.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,14 @@ Model from forecasting training jobs can be deployed in either of the two ways:
151151
- It requires you to develop a custom scoring script.
152152
- You can refer [this notebook](https://github.com/Azure/azureml-examples/blob/main/sdk/python/jobs/automl-standalone-jobs/automl-forecasting-orange-juice-sales/automl-forecasting-orange-juice-sales-mlflow.ipynb) to see an example.
153153

154+
For UI deployments, we encourage to use either of the two options:
155+
1. Real-time endpoint
156+
2. Batch endpoint
157+
158+
:::image type="content" source="media/how-to-automl-forecasting-faq/deployment_UI.png" alt-text="A view of the possible deployment options for an AutoML forecasting model.":::
159+
160+
**Please don't use the 1st option i.e. "Real-time-endpoint (quick)"**.
161+
154162
> [!NOTE]
155163
> As of now, we don't support deploying MLflow model from forecasting training jobs, neither through SDK, nor through CLI, nor through UI. You will run into errors if you try this. This feature will be available very soon.
156164
37.3 KB
Loading

0 commit comments

Comments
 (0)