Skip to content

Commit be2b64d

Browse files
Fix warning.
1 parent 4634553 commit be2b64d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/how-to-deploy-automl-endpoint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ To download the components, you need for deployment:
6262

6363
You receive a *.zip* file that contains:
6464

65-
- A conda environment specification file named *conda_env_<VERSION>.yml*
66-
- A Python scoring file named *scoring_file_<VERSION>.py*
65+
- A conda environment specification file named *conda_env_\<VERSION>.yml*
66+
- A Python scoring file named *scoring_file_\<VERSION>.py*
6767
- The model itself, in a Python *.pkl* file named *model.pkl*
6868

6969
To deploy using these files, you can use either the studio or the Azure CLI.

0 commit comments

Comments
 (0)