Skip to content

Commit 84fa3f4

Browse files
authored
Update how-to-mlflow-batch.md
1 parent 5acd39c commit 84fa3f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,9 +481,9 @@ Use the following steps to deploy an MLflow model with a custom scoring script.
481481

482482
d. Take note of the folder that is displayed. This folder was indicated when the model was registered.
483483

484-
:::image type="content" source="media/how-to-deploy-mlflow-models-online-endpoints/mlflow-model-folder-name.png" lightbox="media/how-to-deploy-mlflow-models-online-endpoints/mlflow-model-folder-name.png" alt-text="Screenshot showing the folder where the model artifacts are placed":::
484+
:::image type="content" source="media/how-to-deploy-mlflow-models-online-endpoints/mlflow-model-folder-name.png" lightbox="media/how-to-deploy-mlflow-models-online-endpoints/mlflow-model-folder-name.png" alt-text="Screenshot showing the folder where the model artifacts are placed":::
485485

486-
1. Create a scoring script:
486+
1. Create a scoring script. Notice how the folder name `model` you identified before has been included in the `init()` function.
487487

488488
__batch_driver.py__
489489

0 commit comments

Comments
 (0)