Skip to content

Commit 94463fd

Browse files
committed
touchup
1 parent 6e61305 commit 94463fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ If your model data comes from a job output, you have two options for specifying
229229
>[!NOTE]
230230
>The *artifacts* reserved keyword represents output from the default artifact location.
231231

232-
- **MLflow runs:** URI format
232+
- **MLflow runs: URI format**
233233

234234
This option is optimized for MLflow users, who are probably already familiar with the MLflow `runs:` URI format. This option creates a model from artifacts in the default artifact location, where all MLflow-logged models and artifacts are located. This option also establishes a lineage between a registered model and the run the model came from.
235235

@@ -260,7 +260,7 @@ If your model data comes from a job output, you have two options for specifying
260260
```
261261

262262
---
263-
- **azureml://jobs** URI format
263+
- **azureml://jobs URI format**
264264

265265
The `azureml://jobs` reference URI option lets you register a model from artifacts in any of the job's output paths. This format aligns with the `azureml://datastores` reference URI format, and also supports referencing artifacts from named outputs other than the default artifact location.
266266

0 commit comments

Comments
 (0)