Skip to content

Commit 7e48698

Browse files
[DOCS] Changes trained model UI screenshot (#2853) (#2854)
* [DOCS] Changes trained model UI screenshot. * [DOCS] Further edits. (cherry picked from commit b2f576c) Co-authored-by: István Zoltán Szabó <[email protected]>
1 parent 3546447 commit 7e48698

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Loading

docs/en/stack/ml/nlp/ml-nlp-deploy-models.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ When you have dedicated deployments for different purposes, you ensure that the
173173
Having separate deployments for search and ingest mitigates performance issues resulting from interactions between the two, which can be hard to diagnose.
174174

175175
[role="screenshot"]
176-
image::images/ml-nlp-deployment-id-elser-v2.png["Model deployment on the Trained Models UI."]
176+
image::images/ml-nlp-deployment-id-elser-v2.png["Model deployment on the Trained Models UI.",width=640]
177177

178178
Each deployment will be fine-tuned automatically based on its specific purpose you choose.
179179

@@ -231,7 +231,7 @@ The simplest method to test your model against new data is to use the
231231
field of an existing index in your cluster to test the model:
232232

233233
[role="screenshot"]
234-
image::images/ml-nlp-test-ner.png[Testing a sentence with two named entities against a NER trained model in the *{ml}* app]
234+
image::images/ml-nlp-test-ner.png["Testing a sentence with two named entities against a NER trained model in the *{ml}* app",]
235235

236236
Alternatively, you can use the
237237
{ref}/infer-trained-model.html[infer trained model API].

0 commit comments

Comments
 (0)