You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/reference-yaml-model.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ The source JSON schema can be found at https://azuremlschemas.azureedge.net/late
30
30
| --- | ---- | ----------- | -------------- |
31
31
|`$schema`| string | The YAML schema. ||
32
32
|`name`| string |**Required.** Name of the model. ||
33
-
|`version`|string| Version of the model. If omitted, Azure ML will autogenerate a version. ||
33
+
|`version`|int| Version of the model. If omitted, Azure ML will autogenerate a version. ||
34
34
|`description`| string | Description of the model. ||
35
35
|`tags`| object | Dictionary of tags for the model. ||
36
36
|`path`| string | Either a local path to the model file(s), or the URI of a cloud path to the model file(s). This can point to either a file or a directory. ||
0 commit comments