Skip to content

Commit bd9b576

Browse files
author
Larry Franks
committed
link
1 parent d3b8de7 commit bd9b576

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/machine-learning/v1/how-to-use-automlstep-in-pipelines.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,10 @@ print("Registered version {0} of model {1}".format(model.version, model.name))
366366

367367
### Write the PythonScriptStep code
368368

369+
370+
> [!WARNING]
371+
> If you are using the Azure Machine Learning SDK v1, and your workspace is configured for network isolation (VNet), you may receive an error when running this step. For more information, see [HyperdriveStep and AutoMLStep fail with network isolation](how-to-debug-pipelines.md#hyperdrivestep-and-automlstep-fail-with-network-isolation).
372+
369373
The model-registering `PythonScriptStep` uses a `PipelineParameter` for one of its arguments. Pipeline parameters are arguments to pipelines that can be easily set at run-submission time. Once declared, they're passed as normal arguments.
370374

371375
```python

0 commit comments

Comments
 (0)