Skip to content

Commit 944d46f

Browse files
author
Larry Franks
committed
acrolinx
1 parent d53cf71 commit 944d46f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/machine-learning/how-to-read-write-data-v2.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ Type | Input/Output | `upload` | `download` | `ro_mount` | `rw_mount` | `direct`
6868

6969
Create a job specification YAML file (`<file-name>.yml`). Specify in the `inputs` section of the job:
7070

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.
7373

7474
```yaml
7575
$schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json
@@ -100,8 +100,8 @@ az ml job create -f <file-name>.yml
100100

101101
The `Input` class allows you to define:
102102

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.
105105

106106
```python
107107
from azure.ai.ml import command

0 commit comments

Comments
 (0)