Use section headers for shared types
This commit is contained in:
@ -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>>
|
||||
}
|
||||
----
|
||||
|
||||
|
||||
Reference in New Issue
Block a user