File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
specification/cognitiveservices
AnomalyDetector/multivariate
data-plane/AnomalyDetector/stable/v1.1 Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -129,11 +129,9 @@ to be detected.
129
129
dataSource : url ;
130
130
131
131
@ doc ("""
132
- Number of top contributed
133
- variables for one anomalous time stamp in the response. The default is
134
- 10.
132
+ Number of top contributed variables for one anomalous time stamp in the response.
135
133
""" )
136
- topContributorCount : int32 ;
134
+ topContributorCount ? : int32 = 10 ;
137
135
138
136
@ doc ("""
139
137
Start date/time of data for detection, which should
Original file line number Diff line number Diff line change 936
936
"topContributorCount" : {
937
937
"type" : " integer" ,
938
938
"format" : " int32" ,
939
- "description" : " Number of top contributed\n variables for one anomalous time stamp in the response. The default is\n 10."
939
+ "description" : " Number of top contributed variables for one anomalous time stamp in the response." ,
940
+ "default" : 10
940
941
},
941
942
"startTime" : {
942
943
"type" : " string" ,
952
953
"description" : " Detection request for batch inference. This is an asynchronous inference that\n will need another API to get detection results." ,
953
954
"required" : [
954
955
" dataSource" ,
955
- " topContributorCount" ,
956
956
" startTime" ,
957
957
" endTime"
958
958
]
You can’t perform that action at this time.
0 commit comments