Skip to content

Commit f114130

Browse files
authored
[DOCS] Sync saved objects when deploying model (#2100)
1 parent 60596d2 commit f114130

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed
-220 KB
Loading

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ Alternatively, you can use the
8181
{ref}/start-trained-model-deployment.html[start trained model deployment API] or
8282
specify the `--start` option when you run the `eland_import_hub_model` script.
8383

84+
NOTE: Since eland uses APIs to deploy the models, you cannot see the models in
85+
{kib} until the saved objects are synchronized. You can follow the prompts in
86+
{kib}, wait for automatic synchronization, or use the
87+
{kibana-ref}/machine-learning-api-sync.html[sync {ml} saved objects API].
88+
8489
When you deploy the model, it is allocated to all available {ml} nodes. The
8590
model is loaded into memory in a native process that encapsulates `libtorch`,
8691
which is the underlying machine learning library of PyTorch.

docs/en/stack/ml/setup.asciidoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ same space as your {ml} jobs. These can be configured in **{stack-manage-app}**
9292
> _{kib}_ > _{data-sources-caps}_.
9393

9494

95-
Each {ml} job can be assigned to all, one or multiple spaces. This can be
96-
configured in **{stack-manage-app}** > _Alerts and Insights_ >
97-
_Machine Learning Jobs_. To assign a job to a space, select the spaces icon
98-
shown in the job list.
95+
Each {ml} job and trained model can be assigned to all, one, or multiple spaces.
96+
This can be configured in **{stack-manage-app} > Alerts and Insights > Machine Learning**.
97+
You can edit the spaces that a job or model is assigned to by clicking the
98+
icons in the **Spaces** column.
9999

100100
[role="screenshot"]
101101
image::assign-job-spaces.jpg["Assign machine learning jobs to spaces"]

0 commit comments

Comments
 (0)