Use section headers for shared types

This commit is contained in:
Josh Mock
2024-11-19 12:23:01 -06:00
parent 6151aab208
commit ab21735b57
469 changed files with 2639 additions and 2850 deletions

View File

@ -46,13 +46,13 @@ Get trained models. Returns configuration and usage information about inference
[source,ts]
----
interface CatMlTrainedModelsRequest extends CatCatRequestBase {
model_id?: <<shared-type-id, Id>>
model_id?: <<Id>>
allow_no_match?: boolean
bytes?: <<shared-type-bytes, Bytes>>
bytes?: <<Bytes>>
h?: CatCatTrainedModelsColumns
s?: CatCatTrainedModelsColumns
from?: <<shared-type-integer, integer>>
size?: <<shared-type-integer, integer>>
from?: <<integer>>
size?: <<integer>>
}
----