Skip to content

Commit 8076e06

Browse files
Merge pull request #2186 from Blackmist/uuf-322511
fixing bad code
2 parents a592cf0 + ff2dee3 commit 8076e06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.author: larryfr
88
ms.reviewer: kritifaujdar
99
ms.service: azure-machine-learning
1010
ms.subservice: mlops
11-
ms.date: 06/12/2024
11+
ms.date: 01/07/2025
1212
ms.topic: how-to
1313
ms.custom: cli-v2, sdk-v2, devx-track-azurecli, update-code2, devx-track-python
1414
---
@@ -253,7 +253,7 @@ If your model data comes from a job output, you have two options for specifying
253253
path="runs:/my_run_0000000000/model/"
254254
name="my-registered-model",
255255
description="Model created from run.",
256-
type=ModelType.MLFLOW_MODEL
256+
type=ModelType.MLFLOW
257257
)
258258

259259
ml_client.models.create_or_update(run_model)

0 commit comments

Comments
 (0)