More iteration on generated docs
This commit is contained in:
@ -41,25 +41,35 @@ Get anomaly detection jobs configuration info. You can get information for multi
|
||||
----
|
||||
|
||||
[discrete]
|
||||
===== `MlGetJobsRequest`
|
||||
==== MlGetJobsRequest
|
||||
|
||||
[source,ts]
|
||||
----
|
||||
[pass]
|
||||
++++
|
||||
<pre>
|
||||
++++
|
||||
interface MlGetJobsRequest extends <<RequestBase>> {
|
||||
job_id?: <<Ids>>
|
||||
allow_no_match?: boolean
|
||||
exclude_generated?: boolean
|
||||
}
|
||||
----
|
||||
|
||||
[pass]
|
||||
++++
|
||||
</pre>
|
||||
++++
|
||||
[discrete]
|
||||
===== `MlGetJobsResponse`
|
||||
==== MlGetJobsResponse
|
||||
|
||||
[source,ts]
|
||||
----
|
||||
[pass]
|
||||
++++
|
||||
<pre>
|
||||
++++
|
||||
interface MlGetJobsResponse {
|
||||
count: <<long>>
|
||||
count: number
|
||||
jobs: MlJob[]
|
||||
}
|
||||
----
|
||||
|
||||
[pass]
|
||||
++++
|
||||
</pre>
|
||||
++++
|
||||
|
||||
Reference in New Issue
Block a user