DataSourceNode Class
Represents a datasource in a graph.
Initialize datasource node.
Constructor
DataSourceNode(graph, node_id, name=None, datasource=None, datasource_builder=None, datapath_param_name=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
|
datasource
|
The datasource associated with the Node. Default value: None
|
datasource_builder
|
<xref:azureml.pipeline.core._DatasourceBuilder>
The datasource builder associated with the Node. 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. |
datasource
Required
|
The datasource associated with the Node. |
datasource_builder
Required
|
<xref:azureml.pipeline.core._DatasourceBuilder>
The datasource builder associated with the Node. |
datapath_param_name
|
Default value: None
|