Skip to content

Commit 85bec52

Browse files
committed
small fix
1 parent b71dbaa commit 85bec52

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/cognitive-services/Anomaly-Detector/How-to/streaming-inference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ A sample request:
4444
{
4545
"variables": [
4646
{
47-
"variableName": "Variable_1",
47+
"variable": "Variable_1",
4848
"timestamps": [
4949
"2021-01-01T00:00:00Z",
5050
"2021-01-01T00:01:00Z",
@@ -59,7 +59,7 @@ A sample request:
5959
]
6060
},
6161
{
62-
"variableName": "Variable_2",
62+
"variable": "Variable_2",
6363
"timestamps": [
6464
"2021-01-01T00:00:00Z",
6565
"2021-01-01T00:01:00Z",
@@ -74,7 +74,7 @@ A sample request:
7474
]
7575
},
7676
{
77-
"variableName": "Variable_3",
77+
"variable": "Variable_3",
7878
"timestamps": [
7979
"2021-01-01T00:00:00Z",
8080
"2021-01-01T00:01:00Z",

0 commit comments

Comments
 (0)