You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/ml/_types/Anomaly.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ export class Anomaly {
32
32
function?: string
33
33
function_description?: string
34
34
/**
35
-
* If the detector function is `lat_long`, this object contains comma delimited strings for the latitude and longitude of the actual and typical values.
35
+
* If the detector function is `lat_long`, this object contains comma delimited strings for the latitude and longitude of the actual and typical values.
36
36
*/
37
37
geo_results?: GeoResults
38
38
influencers?: Influence[]
@@ -81,4 +81,4 @@ export class GeoResults {
81
81
* The typical value for the bucket formatted as a `geo_point`.
0 commit comments