We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b4f67f + 85bec52 commit fb75e54Copy full SHA for fb75e54
articles/cognitive-services/Anomaly-Detector/How-to/streaming-inference.md
@@ -44,7 +44,7 @@ A sample request:
44
{
45
"variables": [
46
47
- "variableName": "Variable_1",
+ "variable": "Variable_1",
48
"timestamps": [
49
"2021-01-01T00:00:00Z",
50
"2021-01-01T00:01:00Z",
@@ -59,7 +59,7 @@ A sample request:
59
]
60
},
61
62
- "variableName": "Variable_2",
+ "variable": "Variable_2",
63
64
65
@@ -74,7 +74,7 @@ A sample request:
74
75
76
77
- "variableName": "Variable_3",
+ "variable": "Variable_3",
78
79
80
0 commit comments