Skip to content

Commit e643ba3

Browse files
author
Larry Franks
committed
moving note
1 parent 02a0f1a commit e643ba3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/machine-learning/how-to-deploy-existing-model.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,14 @@ For more information, see the [Model.register()](https://docs.microsoft.com/pyth
6464
az ml model register -p ./models -n sentiment -w myworkspace -g myresourcegroup
6565
```
6666

67+
> [!TIP]
68+
> You can also set add `tags` and `properties` dictionary objects to the registered model. These values can be used later to help identify a specific model. For example, the framework used, training parameters, etc.
69+
6770
For more information, see the [az ml model register](https://docs.microsoft.com/cli/azure/ext/azure-cli-ml/ml/model?view=azure-cli-latest#ext-azure-cli-ml-az-ml-model-register) reference.
6871

6972

7073
For more information on model registration in general, see [Manage, deploy, and monitor machine learning models](concept-model-management-and-deployment.md).
7174

72-
> [!TIP]
73-
> You can also set add `tags` and `properties` dictionary objects to the registered model. These values can be used later to help identify a specific model. For example, the framework used, training parameters, etc.
74-
7575
## Define inference configuration
7676

7777
The inference configuration defines the environment used to run the deployed model. The inference configuration references the following entities, which are used to run the model when it's deployed:

0 commit comments

Comments
 (0)