Skip to content

Commit ef5c8ea

Browse files
msakandedem108
andauthored
Update articles/machine-learning/concept-online-deployment-model-specification.md
Co-authored-by: SeokJin Han <[email protected]>
1 parent c7b413b commit ef5c8ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/concept-online-deployment-model-specification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,11 +139,11 @@ def init():
139139

140140
## Deployment configuration for models that are available in the model catalog
141141

142-
@seokjin To add here
142+
For models in the model catalog, except for models under Azure OpenAI collection, you can use the model IDs that is shown in the model card to deploy them. Model IDs are in the format of `azureml://registries/{registry_name}/models/{model_name}/versions/{model_version}`. Some model cards include example notebooks that show how to use model ID for the deployment.
143143

144144
## Deployment configuration for models that are available in your organization's registry
145145

146-
@seokjin To add here
146+
Each model in the organization registries has model ID in the format of `azureml://registries/{registry_name}/models/{model_name}/versions/{model_version}`. Note that you may also use environments that are registered in the same registry.
147147

148148
## Related content
149149

0 commit comments

Comments
 (0)