[DOCS] Updates trained models API docs titles. (#63165)

This commit is contained in:
István Zoltán Szabó 2020-10-02 19:15:14 +02:00 committed by lcawl
parent 57ea5d27ae
commit 8278bdb7de
4 changed files with 10 additions and 10 deletions

View File

@ -1,10 +1,10 @@
[role="xpack"]
[testenv="basic"]
[[delete-trained-models]]
= Delete trained model API
= Delete trained models API
[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

View File

@ -1,10 +1,10 @@
[role="xpack"]
[testenv="basic"]
[[get-trained-models-stats]]
= Get trained model statistics API
= Get trained models statistics API
[subs="attributes"]
++++
<titleabbrev>Get trained model stats</titleabbrev>
<titleabbrev>Get trained models stats</titleabbrev>
++++
Retrieves usage information for trained models.

View File

@ -1,10 +1,10 @@
[role="xpack"]
[testenv="basic"]
[[get-trained-models]]
= Get trained model API
= Get trained models API
[subs="attributes"]
++++
<titleabbrev>Get trained model</titleabbrev>
<titleabbrev>Get trained models</titleabbrev>
++++
Retrieves configuration information for a trained model.

View File

@ -1,10 +1,10 @@
[role="xpack"]
[testenv="basic"]
[[put-trained-models]]
= Create trained model API
= Create trained models API
[subs="attributes"]
++++
<titleabbrev>Create trained model</titleabbrev>
<titleabbrev>Create trained models</titleabbrev>
++++
Creates a trained model.
@ -658,7 +658,7 @@ Example of an `exponent` object:
[[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].