Fix number type links

This commit is contained in:
Josh Mock
2024-11-20 13:07:25 -06:00
parent d9938f7973
commit 7a997b3405
114 changed files with 834 additions and 834 deletions

View File

@ -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]