Skip to content

Commit f24ce5b

Browse files
ssalgadodevAbeOmor
andauthored
Update articles/machine-learning/how-to-manage-models.md
Co-authored-by: Abraham Omorogbe <[email protected]>
1 parent fb03884 commit f24ce5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ The examples use shorthand `azureml` scheme for pointing to a path on the `datas
163163

164164
__Use the mlflow run URI format__
165165

166-
This option is optimized for mlflow users who are likely already familiar with the mlflow job URI format. This option allows mlflow users to create a model from artifacts in the default artifact location (where all mlflow-logged models and artifacts will be located). This establishes a lineage between a registered model and the job the model came from.
166+
This option is optimized for mlflow users who are likely already familiar with the mlflow run URI format. This option allows mlflow users to create a model from artifacts in the default artifact location (where all mlflow-logged models and artifacts will be located). This establishes a lineage between a registered model and the run the model came from.
167167

168168
Format:
169169
`runs:/<run-id>/<path-to-model-relative-to-the-root-of-the-artifact-location>`

0 commit comments

Comments
 (0)