Skip to content

Commit fcdd79d

Browse files
Merge pull request #218774 from AbeOmor/patch-62
Updating path for registries
2 parents 44739a8 + 73a8af4 commit fcdd79d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ When you provide a model you want to register, you'll need to specify a `path` p
3939
|A path on an AzureML Datastore | `azureml://datastores/<datastore-name>/paths/<path_on_datastore>` |
4040
|A path from an AzureML job | `azureml://jobs/<job-name>/outputs/<output-name>/paths/<path-to-model-relative-to-the-named-output-location>` |
4141
|A path from an MLflow job | `runs:/<run-id>/<path-to-model-relative-to-the-root-of-the-artifact-location>` |
42+
|A path from a Model Asset in AzureML Workspace | `azureml:<model-name>:<version>`|
43+
|A path from a Model Asset in AzureML Registry | `azureml://registries/<registry-name>/models/<model-name>/versions/<version>`|
4244

4345
## Supported modes
4446

0 commit comments

Comments
 (0)