ModuleNode Class
Represents a module in a graph.
Initialize module node.
Constructor
ModuleNode(graph, node_id, name=None, module=None, module_builder=None, module_wiring=None, runconfig=None, cloud_settings=None, regenerate_outputs=None)
Parameters
| Name | Description |
|---|---|
|
graph
Required
|
The graph this node belongs to. |
|
node_id
Required
|
The id of the node. |
|
name
|
The name of the graph. Default value: None
|
|
module
|
The module associated with the Node. Default value: None
|
|
module_builder
|
<xref:azureml.pipeline.core._ModuleBuilder>
The module builder associated with the Node. Default value: None
|
|
runconfig
|
Runconfig that will be used for python_script_step Default value: None
|
|
cloud_settings
|
Settings that will be used for clouds Default value: None
|
|
regenerate_outputs
|
The flag to mark whether the module should be run again. Default value: None
|
|
graph
Required
|
The graph this node belongs to. |
|
node_id
Required
|
The id of the node. |
|
name
Required
|
The name of the graph. |
|
module
Required
|
The module associated with the Node. |
|
module_builder
Required
|
<xref:azureml.pipeline.core._ModuleBuilder>
The module builder associated with the Node. |
|
runconfig
Required
|
Runconfig that will be used for python_script_step |
|
cloud_settings
Required
|
Settings that will be used for clouds |
|
regenerate_outputs
Required
|
The flag to mark whether the module should be run again. |
|
module_wiring
|
Default value: None
|