[DOCS] Updates trained models API docs titles. (#63165)
This commit is contained in:
parent
57ea5d27ae
commit
8278bdb7de
|
@ -1,10 +1,10 @@
|
||||||
[role="xpack"]
|
[role="xpack"]
|
||||||
[testenv="basic"]
|
[testenv="basic"]
|
||||||
[[delete-trained-models]]
|
[[delete-trained-models]]
|
||||||
= Delete trained model API
|
= Delete trained models API
|
||||||
[subs="attributes"]
|
[subs="attributes"]
|
||||||
++++
|
++++
|
||||||
<titleabbrev>Delete trained model</titleabbrev>
|
<titleabbrev>Delete trained models</titleabbrev>
|
||||||
++++
|
++++
|
||||||
|
|
||||||
Deletes an existing trained {infer} model that is currently not referenced by an
|
Deletes an existing trained {infer} model that is currently not referenced by an
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
[role="xpack"]
|
[role="xpack"]
|
||||||
[testenv="basic"]
|
[testenv="basic"]
|
||||||
[[get-trained-models-stats]]
|
[[get-trained-models-stats]]
|
||||||
= Get trained model statistics API
|
= Get trained models statistics API
|
||||||
[subs="attributes"]
|
[subs="attributes"]
|
||||||
++++
|
++++
|
||||||
<titleabbrev>Get trained model stats</titleabbrev>
|
<titleabbrev>Get trained models stats</titleabbrev>
|
||||||
++++
|
++++
|
||||||
|
|
||||||
Retrieves usage information for trained models.
|
Retrieves usage information for trained models.
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
[role="xpack"]
|
[role="xpack"]
|
||||||
[testenv="basic"]
|
[testenv="basic"]
|
||||||
[[get-trained-models]]
|
[[get-trained-models]]
|
||||||
= Get trained model API
|
= Get trained models API
|
||||||
[subs="attributes"]
|
[subs="attributes"]
|
||||||
++++
|
++++
|
||||||
<titleabbrev>Get trained model</titleabbrev>
|
<titleabbrev>Get trained models</titleabbrev>
|
||||||
++++
|
++++
|
||||||
|
|
||||||
Retrieves configuration information for a trained model.
|
Retrieves configuration information for a trained model.
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
[role="xpack"]
|
[role="xpack"]
|
||||||
[testenv="basic"]
|
[testenv="basic"]
|
||||||
[[put-trained-models]]
|
[[put-trained-models]]
|
||||||
= Create trained model API
|
= Create trained models API
|
||||||
[subs="attributes"]
|
[subs="attributes"]
|
||||||
++++
|
++++
|
||||||
<titleabbrev>Create trained model</titleabbrev>
|
<titleabbrev>Create trained models</titleabbrev>
|
||||||
++++
|
++++
|
||||||
|
|
||||||
Creates a trained model.
|
Creates a trained model.
|
||||||
|
@ -658,7 +658,7 @@ Example of an `exponent` object:
|
||||||
|
|
||||||
|
|
||||||
[[ml-put-trained-models-json-schema]]
|
[[ml-put-trained-models-json-schema]]
|
||||||
=== {infer-cap} JSON schema
|
=== Trained models JSON schema
|
||||||
|
|
||||||
For the full JSON schema of model {infer},
|
For the full JSON schema of trained models,
|
||||||
https://github.com/elastic/ml-json-schemas[click here].
|
https://github.com/elastic/ml-json-schemas[click here].
|
||||||
|
|
Loading…
Reference in New Issue