Skip to content

Commit 2a6e229

Browse files
author
Larry O'Brien
committed
Clarity:
1 parent 15b1025 commit 2a6e229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-move-data-in-and-out-of-pipelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ PipelineData("clean_data", datastore=def_blob_store, output_mode="upload", outpu
166166

167167
### Use `PipelineData` as an output of a training step
168168

169-
Within your pipeline's `PythonScriptStep`, you can retrieve the available output paths using the program's arguments. If this is the first step and will initialize the output data, you must create the directory at the specified path. You can then write whatever files you wish to be contained in the `PipelineData`.
169+
Within your pipeline's `PythonScriptStep`, you can retrieve the available output paths using the program's arguments. If this step is the first and will initialize the output data, you must create the directory at the specified path. You can then write whatever files you wish to be contained in the `PipelineData`.
170170

171171
```python
172172
parser = argparse.ArgumentParser()

0 commit comments

Comments
 (0)