Skip to content

Commit 54a732e

Browse files
authored
update version to an int
1 parent b883a23 commit 54a732e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/reference-yaml-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The source JSON schema can be found at https://azuremlschemas.azureedge.net/late
3030
| --- | ---- | ----------- | -------------- |
3131
| `$schema` | string | The YAML schema. | |
3232
| `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. | |
3434
| `description` | string | Description of the model. | |
3535
| `tags` | object | Dictionary of tags for the model. | |
3636
| `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

Comments
 (0)