From d777c0a2a2bde30b8a227c5ead76110ca9a3872b Mon Sep 17 00:00:00 2001 From: Alexander Guschin <1aguschin@gmail.com> Date: Thu, 13 Jul 2023 12:26:56 +0600 Subject: [PATCH] Update content/docs/studio/rest-api.md Co-authored-by: Dave Berenbaum --- content/docs/studio/rest-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/studio/rest-api.md b/content/docs/studio/rest-api.md index e660dce301..67dccdef17 100644 --- a/content/docs/studio/rest-api.md +++ b/content/docs/studio/rest-api.md @@ -35,7 +35,7 @@ If no version specified, the latest one is returned. When your model is annotated in non-root `dvc.yaml` file (typical for monorepo case), model name will be constructed from two parts separated by colon: -`path/to/dvc/yaml:model_name`. For example, take a loot at this +`path/to/dvc/yaml:model_name`. For example, take a look at this [model from example-get-started-experiments repo](https://studio.iterative.ai/user/aguschin/models/VtQdva13kMSPsN_N8004aQ==/pool-segmentation/v1.0.1). Its full name that you need to use in API is `results/train:pool-segmentation`.