We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1473fb5 + e4a6cde commit 065b91eCopy full SHA for 065b91e
articles/machine-learning/how-to-use-mlflow-cli-runs.md
@@ -70,7 +70,7 @@ You can get the Azure ML MLflow tracking URI using the [Azure Machine Learning S
70
from azure.identity import DefaultAzureCredential
71
import mlflow
72
73
- ml_client = MLClient.from_config(credential=DefaultAzureCredential()
+ ml_client = MLClient.from_config(credential=DefaultAzureCredential())
74
azureml_mlflow_uri = ml_client.workspaces.get(ml_client.workspace_name).mlflow_tracking_uri
75
mlflow.set_tracking_uri(azureml_mlflow_uri)
76
```
0 commit comments