File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
articles/machine-learning Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -68,8 +68,8 @@ Type | Input/Output | `upload` | `download` | `ro_mount` | `rw_mount` | `direct`
68
68
69
69
Create a job specification YAML file (` <file-name>.yml ` ). Specify in the ` inputs ` section of the job:
70
70
71
- 1 . The ` type ` ; whether the data you are pointing to is a specific file (` uri_file ` ) or a folder location (` uri_folder ` ) or an ` mltable ` .
72
- 1 . The ` path ` of where your data is located; the path can be any of those outlined in the [ Supported Paths] ( #supported-paths ) section.
71
+ 1 . The ` type ` ; whether the data is a specific file (` uri_file ` ) or a folder location (` uri_folder ` ) or an ` mltable ` .
72
+ 1 . The ` path ` of where your data is located; can be any of the paths outlined in the [ Supported Paths] ( #supported-paths ) section.
73
73
74
74
``` yaml
75
75
$schema : https://azuremlschemas.azureedge.net/latest/commandJob.schema.json
@@ -100,8 +100,8 @@ az ml job create -f <file-name>.yml
100
100
101
101
The ` Input ` class allows you to define:
102
102
103
- 1 . The ` type ` ; whether the data you are pointing to is a specific file (` uri_file ` ) or a folder location (` uri_folder ` ) or an ` mltable ` .
104
- 1 . The ` path ` of where your data is located; the path can be any of those outlined in the [ Supported Paths] ( #supported-paths ) section.
103
+ 1 . The ` type ` ; whether the data is a specific file (` uri_file ` ) or a folder location (` uri_folder ` ) or an ` mltable ` .
104
+ 1 . The ` path ` of where your data is located; can be any of the paths outlined in the [ Supported Paths] ( #supported-paths ) section.
105
105
106
106
``` python
107
107
from azure.ai.ml import command
You can’t perform that action at this time.
0 commit comments