Skip to content

Commit f0e1c17

Browse files
authored
Update how-to-manage-models.md
1 parent 7270a57 commit f0e1c17

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/machine-learning/how-to-manage-models.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ When you provide a model you want to register, you'll need to specify a `path` p
4646

4747
When you run a job with model inputs/outputs, you can specify the *mode* - for example, whether you would like the model to be read-only mounted or downloaded to the compute target. The table below shows the possible modes for different type/mode/input/output combinations:
4848

49-
Type | Input/Output | `direct` | `download` | `ro_mount`
50-
------ | ------ | :---: | :---: | :---: |
51-
`custom` file | Input | | | |
52-
`custom` folder | Input | | ✓ | ✓ |
53-
`mlflow` | Input | | ✓ | ✓ |
54-
`custom` file | Output | ✓ | | ✓ |
55-
`custom` folder | Output | ✓ | | ✓ |
56-
`mlflow` | Output | ✓ | | ✓ |
49+
Type | Input/Output | `upload` | `download` | `ro_mount` | `rw_mount` | `direct`
50+
------ | ------ | :---: | :---: | :---: | :---: | :---:
51+
`custom` file | Input | | | ✓ | | ✓
52+
`custom` folder | Input | | ✓ | ✓ | |✓
53+
`mlflow` | Input | | ✓ | ✓ | |
54+
`custom` file | Output | ✓ | | | ✓ | ✓
55+
`custom` folder | Output | ✓ | | | ✓ | ✓
56+
`mlflow` | Output | ✓ | | | ✓ | ✓
5757

5858

5959
### Follow along in Jupyter Notebooks

0 commit comments

Comments
 (0)