Skip to content

Commit 37affdd

Browse files
authored
Update how-to-use-batch-endpoint.md
1 parent d82147f commit 37affdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/batch-inference/how-to-use-batch-endpoint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ The scoring results in Storage Explorer are similar to the following sample page
652652

653653
Once you have a batch endpoint with a deployment, you can continue to refine your model and add new deployments. Batch endpoints will continue serving the default deployment while you develop and deploy new models under the same endpoint. Deployments can't affect one to another.
654654

655-
In this example, you will learn how to add a second deployment __that solves the same problem but using a model built with Keras and TensorFlow__.
655+
In this example, you will learn how to add a second deployment __that solves the same MNIST problem but using a model built with Keras and TensorFlow__.
656656

657657
### Adding a second deployment
658658

@@ -695,7 +695,7 @@ In this example, you will learn how to add a second deployment __that solves the
695695
> [!IMPORTANT]
696696
> Do not forget to include the library `azureml-core` in your deployment as it is required by the executor.
697697

698-
1. Create a scoring script for the model
698+
1. Create a scoring script for the model:
699699

700700
__batch_driver.py__
701701

0 commit comments

Comments
 (0)