More iteration on generated docs

This commit is contained in:
Josh Mock
2024-11-19 17:04:50 -06:00
parent 4afd72b173
commit e0372eea89
503 changed files with 11653 additions and 6026 deletions

View File

@ -41,24 +41,34 @@ Estimate job model memory usage. Makes an estimation of the memory usage for an
----
[discrete]
===== `MlEstimateModelMemoryRequest`
==== MlEstimateModelMemoryRequest
[source,ts]
----
[pass]
++++
<pre>
++++
interface MlEstimateModelMemoryRequest extends <<RequestBase>> {
analysis_config?: MlAnalysisConfig
max_bucket_cardinality?: Record<<<Field>>, <<long>>>
overall_cardinality?: Record<<<Field>>, <<long>>>
max_bucket_cardinality?: Record<<<Field>>, number>
overall_cardinality?: Record<<<Field>>, number>
}
----
[pass]
++++
</pre>
++++
[discrete]
===== `MlEstimateModelMemoryResponse`
==== MlEstimateModelMemoryResponse
[source,ts]
----
[pass]
++++
<pre>
++++
interface MlEstimateModelMemoryResponse {
model_memory_estimate: string
}
----
[pass]
++++
</pre>
++++