Skip to content

Commit 1b4c9fb

Browse files
committedMay 11, 2022
images
1 parent 671c5ea commit 1b4c9fb

File tree

6 files changed

+8
-5
lines changed

6 files changed

+8
-5
lines changed
 

‎articles/machine-learning/how-to-manage-models.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -223,28 +223,31 @@ For a complete example, see the [model notebook](https://github.com/Azure/azurem
223223

224224
To create a model in Azure Machine Learning, open the Models page in Azure Machine Learning. Click **Create** and select where your model is located.
225225

226-
![image](https://user-images.githubusercontent.com/9068012/167925312-d87e03c0-16b1-4a0f-ac79-2dd5fb7ec6e4.png)
226+
:::image type="content" source="./media/how-to-manage-models/register-model-as-asset.png" alt-text="Screenshot of the UI to register a model.":::
227227

228228
Use the tabs below to select where your model is located.
229229

230230
# [Local model](#tab/use-local)
231231

232232
To upload a model from your computer, Select **Local** and upload the model you want save in the model registry.
233-
![image](https://user-images.githubusercontent.com/9068012/167925375-e2a3370d-ad5f-4f94-8754-99b759543370.png)
233+
234+
:::image type="content" source="./media/how-to-manage-models/register-model-local.png" alt-text="Screenshot of registering a local model in the UI.":::
234235

235236
# [Datastore](#tab/use-datastore)
236237

237238
To add a model from an Azure Machine Learning Datastore, Select **Datastore** and pick the datastore and folder where the model is located.
238-
![image](https://user-images.githubusercontent.com/9068012/167925404-1d4e2fcc-12f4-41dd-a59d-1267832ab987.png)
239+
240+
:::image type="content" source="./media/how-to-manage-models/register-model-datastore.png" alt-text="Screenshot of registering a model from a datastore in the UI.":::
239241

240242
# [Job Output](#tab/use-job-output)
241243

242244
To add a model from an Azure Machine Learning Job, Select **Job Output** and pick the job and folder in the job output where the model is located.
243-
![image](https://user-images.githubusercontent.com/9068012/167925417-623bd7ef-f064-460c-a2aa-32e869037910.png)
245+
246+
:::image type="content" source="./media/how-to-manage-models/select-job-output.png" alt-text="Screenshot of selecting the job output in the UI.":::
244247

245248
To add a model from an Azure Machine Learning Job, you can also located the Job in the Job UI and select **Create Model**. You can then folder in the job output where the model is located.
246249

247-
![image](https://user-images.githubusercontent.com/9068012/167925433-295f4f4f-5faf-43eb-93da-2f893479a8a3.png)
250+
:::image type="content" source="./media/how-to-manage-models/register-model-job-output.png" alt-text="Screenshot of creating a model from job output in the UI.":::
248251

249252

250253
---
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.