Auto-generated API code (#2609)

This commit is contained in:
Elastic Machine
2025-02-11 18:38:01 +01:00
committed by GitHub
parent 279c29d8f9
commit 25e8e84fe5
2 changed files with 32 additions and 30 deletions

View File

@ -13516,20 +13516,21 @@ export interface MlAnomaly {
}
export interface MlAnomalyCause {
actual: double[]
by_field_name: Name
by_field_value: string
correlated_by_field_value: string
field_name: Field
function: string
function_description: string
influencers: MlInfluence[]
over_field_name: Name
over_field_value: string
partition_field_name: string
partition_field_value: string
actual?: double[]
by_field_name?: Name
by_field_value?: string
correlated_by_field_value?: string
field_name?: Field
function?: string
function_description?: string
geo_results?: MlGeoResults
influencers?: MlInfluence[]
over_field_name?: Name
over_field_value?: string
partition_field_name?: string
partition_field_value?: string
probability: double
typical: double[]
typical?: double[]
}
export interface MlAnomalyExplanation {
@ -14098,8 +14099,8 @@ export interface MlFilterRef {
export type MlFilterType = 'include' | 'exclude'
export interface MlGeoResults {
actual_point: string
typical_point: string
actual_point?: string
typical_point?: string
}
export interface MlHyperparameter {

View File

@ -13758,20 +13758,21 @@ export interface MlAnomaly {
}
export interface MlAnomalyCause {
actual: double[]
by_field_name: Name
by_field_value: string
correlated_by_field_value: string
field_name: Field
function: string
function_description: string
influencers: MlInfluence[]
over_field_name: Name
over_field_value: string
partition_field_name: string
partition_field_value: string
actual?: double[]
by_field_name?: Name
by_field_value?: string
correlated_by_field_value?: string
field_name?: Field
function?: string
function_description?: string
geo_results?: MlGeoResults
influencers?: MlInfluence[]
over_field_name?: Name
over_field_value?: string
partition_field_name?: string
partition_field_value?: string
probability: double
typical: double[]
typical?: double[]
}
export interface MlAnomalyExplanation {
@ -14340,8 +14341,8 @@ export interface MlFilterRef {
export type MlFilterType = 'include' | 'exclude'
export interface MlGeoResults {
actual_point: string
typical_point: string
actual_point?: string
typical_point?: string
}
export interface MlHyperparameter {