Skip to content

Commit c4085c2

Browse files
authored
Update how-to-mlflow-batch.md
1 parent 291596e commit c4085c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/machine-learning/how-to-mlflow-batch.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Follow these steps to deploy an MLflow model to a batch endpoint for running bat
9393

9494
# [Azure CLI](#tab/cli)
9595

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:
9797

9898
:::code language="yaml" source="~/azureml-examples-batch-pup/cli/endpoints/batch/deploy-models/heart-classifier-mlflow/endpoint.yml" :::
9999

@@ -115,7 +115,7 @@ Follow these steps to deploy an MLflow model to a batch endpoint for running bat
115115

116116
# [Azure CLI](#tab/cli)
117117

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.
119119

120120
:::code language="yaml" source="~/azureml-examples-batch-pup/cli/endpoints/batch/deploy-models/heart-classifier-mlflow/deployment-simple/deployment.yml" :::
121121

@@ -363,7 +363,7 @@ Use the following steps to deploy an MLflow model with a custom scoring script.
363363

364364
# [Azure CLI](#tab/cli)
365365

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.
367367

368368
:::code language="yaml" source="~/azureml-examples-batch-pup/cli/endpoints/batch/deploy-models/heart-classifier-mlflow/deployment-custom/deployment.yml" :::
369369

0 commit comments

Comments
 (0)