File tree Expand file tree Collapse file tree 2 files changed +32
-30
lines changed
Expand file tree Collapse file tree 2 files changed +32
-30
lines changed Original file line number Diff line number Diff line change @@ -13516,20 +13516,21 @@ export interface MlAnomaly {
1351613516}
1351713517
1351813518export interface MlAnomalyCause {
13519- actual: double[]
13520- by_field_name: Name
13521- by_field_value: string
13522- correlated_by_field_value: string
13523- field_name: Field
13524- function: string
13525- function_description: string
13526- influencers: MlInfluence[]
13527- over_field_name: Name
13528- over_field_value: string
13529- partition_field_name: string
13530- partition_field_value: string
13519+ actual?: double[]
13520+ by_field_name?: Name
13521+ by_field_value?: string
13522+ correlated_by_field_value?: string
13523+ field_name?: Field
13524+ function?: string
13525+ function_description?: string
13526+ geo_results?: MlGeoResults
13527+ influencers?: MlInfluence[]
13528+ over_field_name?: Name
13529+ over_field_value?: string
13530+ partition_field_name?: string
13531+ partition_field_value?: string
1353113532 probability: double
13532- typical: double[]
13533+ typical? : double[]
1353313534}
1353413535
1353513536export interface MlAnomalyExplanation {
@@ -14098,8 +14099,8 @@ export interface MlFilterRef {
1409814099export type MlFilterType = 'include' | 'exclude'
1409914100
1410014101export interface MlGeoResults {
14101- actual_point: string
14102- typical_point: string
14102+ actual_point? : string
14103+ typical_point? : string
1410314104}
1410414105
1410514106export interface MlHyperparameter {
Original file line number Diff line number Diff line change @@ -13758,20 +13758,21 @@ export interface MlAnomaly {
1375813758}
1375913759
1376013760export interface MlAnomalyCause {
13761- actual: double[]
13762- by_field_name: Name
13763- by_field_value: string
13764- correlated_by_field_value: string
13765- field_name: Field
13766- function: string
13767- function_description: string
13768- influencers: MlInfluence[]
13769- over_field_name: Name
13770- over_field_value: string
13771- partition_field_name: string
13772- partition_field_value: string
13761+ actual?: double[]
13762+ by_field_name?: Name
13763+ by_field_value?: string
13764+ correlated_by_field_value?: string
13765+ field_name?: Field
13766+ function?: string
13767+ function_description?: string
13768+ geo_results?: MlGeoResults
13769+ influencers?: MlInfluence[]
13770+ over_field_name?: Name
13771+ over_field_value?: string
13772+ partition_field_name?: string
13773+ partition_field_value?: string
1377313774 probability: double
13774- typical: double[]
13775+ typical? : double[]
1377513776}
1377613777
1377713778export interface MlAnomalyExplanation {
@@ -14340,8 +14341,8 @@ export interface MlFilterRef {
1434014341export type MlFilterType = 'include' | 'exclude'
1434114342
1434214343export interface MlGeoResults {
14343- actual_point: string
14344- typical_point: string
14344+ actual_point? : string
14345+ typical_point? : string
1434514346}
1434614347
1434714348export interface MlHyperparameter {
You can’t perform that action at this time.
0 commit comments