Skip to content

Commit eae5a54

Browse files
authored
Merge pull request #24756 from raymondlaghaeian/patch-6
Fixed the run command
2 parents 6a77406 + d065156 commit eae5a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/preview/tutorial-classifying-iris-part-3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ Test the running **irisapp** web service by feeding it with a JSON encoded recor
268268
2. To test the service, execute the returned service run command.
269269

270270
```azurecli
271-
az ml service run realtime -i irisapp -d "{\"input_df\": [{\"petal width\": 0.25, \"sepal length\": 3.0, \"sepal width\": 3.6, \"petal length\": 1.3}]}
271+
az ml service run realtime -i irisapp -d "{\"input_df\": [{\"petal width\": 0.25, \"sepal length\": 3.0, \"sepal width\": 3.6, \"petal length\": 1.3}]}"
272272
```
273273
The output is **"2",** which is the predicted class. (Your result might be different.)
274274

0 commit comments

Comments
 (0)