Skip to content

Commit 0954f11

Browse files
authored
Merge pull request #206692 from AbeOmor/patch-56
added folder to custom
2 parents 5d0740a + e205bf8 commit 0954f11

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
@@ -40,7 +40,7 @@ The code snippets in this section cover how to:
4040

4141
These snippets use `custom` and `mlflow`.
4242

43-
- `custom` is a type that refers to a model file.
43+
- `custom` is a type that refers to a model file or folder trained with a custom standard not currently supported by Azure ML.
4444
- `mlflow` is a type that refers to a model trained with [mlflow](how-to-use-mlflow-cli-runs.md). MLflow trained models are in a folder that contains the *MLmodel* file, the *model* file, the *conda dependencies* file, and the *requirements.txt* file.
4545

4646
### Register your model as an asset in Machine Learning by using the CLI

0 commit comments

Comments
 (0)