Skip to content

Commit dbcf7ab

Browse files
authored
Update how-to-use-mlflow-cli-runs.md
1 parent 4c78b91 commit dbcf7ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/how-to-use-mlflow-cli-runs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Use the parameter `display_name` of Azure Machine Learning jobs to configure the
141141
az configure --defaults workspace=<workspace> group=<resource-group> location=<location>
142142
```
143143

144-
# [Python SDK](#tab/sdk)
144+
# [Python SDK](#tab/python)
145145

146146
The workspace is the top-level resource for Azure Machine Learning, providing a centralized place to work with all the artifacts you create when you use Azure Machine Learning. In this section, we'll connect to the workspace in which you'll perform deployment tasks.
147147

@@ -242,5 +242,5 @@ Some methods available in the MLflow API may not be available when connected to
242242

243243
## Next steps
244244

245-
* [Deploy MLflow models)](how-to-deploy-mlflow-models.md).
245+
* [Deploy MLflow models](how-to-deploy-mlflow-models.md).
246246
* [Manage models with MLflow](how-to-manage-models-mlflow.md).

0 commit comments

Comments
 (0)