You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-mlflow-batch.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ Follow these steps to deploy an MLflow model to a batch endpoint for running bat
93
93
94
94
# [Azure CLI](#tab/cli)
95
95
96
-
To create a new endpoint, create a `YAML` configuration like the following. You can check the [full batch endpoint YAML schema]reference-yaml-endpoint-batch.md) for extra properties.
96
+
To create a new endpoint, create a `YAML` configuration like the following:
@@ -115,7 +115,7 @@ Follow these steps to deploy an MLflow model to a batch endpoint for running bat
115
115
116
116
# [Azure CLI](#tab/cli)
117
117
118
-
To create a new deployment under the created endpoint, create a `YAML` configuration like the following:
118
+
To create a new deployment under the created endpoint, create a `YAML` configuration like the following. You can check the [full batch endpoint YAML schema](reference-yaml-endpoint-batch.md) for extra properties.
@@ -363,7 +363,7 @@ Use the following steps to deploy an MLflow model with a custom scoring script.
363
363
364
364
# [Azure CLI](#tab/cli)
365
365
366
-
To create a new deployment under the created endpoint, create a `YAML` configuration like the following. You can check the [full batch endpoint YAML schema]reference-yaml-endpoint-batch.md) for extra properties.
366
+
To create a new deployment under the created endpoint, create a `YAML` configuration like the following. You can check the [full batch endpoint YAML schema](reference-yaml-endpoint-batch.md) for extra properties.
0 commit comments