Skip to content

Commit 3ca6332

Browse files
authored
Merge pull request #101813 from jpe316/patch-22
Update how-to-deploy-and-where.md
2 parents a12fa37 + cf55749 commit 3ca6332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-deploy-and-where.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ Before you deploy your model as a service, you might want to profile it to deter
547547

548548
```python
549549
import json
550-
test_sample = json.dumps({'data': [
550+
test_data = json.dumps({'data': [
551551
[1,2,3,4,5,6,7,8,9,10]
552552
]})
553553

0 commit comments

Comments
 (0)