You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`run_invocation_timeout`: The `run()` method invocation timeout in seconds. (optional; default value is `60`)
297
297
-`run_max_try`: Max call count for `run()` method against a mini batch in case of failure. A `run()` is failed if there's any system error, an exception, or timed out (optional; default value is `3`).
298
298
299
+
You can also use `PipelineParameter` for parameters in `ParallelRunConfig` so that when you resubmit a pipeline run, you can pass in different values. In this example, we use PipelineParameter for `mini_batch_size` and `Process_count_per_node` and we will tune these values when resubmit run later.
300
+
299
301
```python
300
302
from azureml.pipeline.steps import ParallelRunConfig
0 commit comments