Fix number type links
This commit is contained in:
@ -50,8 +50,8 @@ Estimate job model memory usage. Makes an estimation of the memory usage for an
|
||||
++++
|
||||
interface MlEstimateModelMemoryRequest extends <<RequestBase>> {
|
||||
analysis_config?: MlAnalysisConfig
|
||||
max_bucket_cardinality?: Record<<<Field>>, <<_long, long>>>
|
||||
overall_cardinality?: Record<<<Field>>, <<_long, long>>>
|
||||
max_bucket_cardinality?: Record<<<Field>>, <<long>>>
|
||||
overall_cardinality?: Record<<<Field>>, <<long>>>
|
||||
}
|
||||
|
||||
[pass]
|
||||
|
||||
Reference in New Issue
Block a user