DataSourceNode Class

Represents a datasource in a graph.

Initialize datasource node.

Inheritance
DataSourceNode

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
str

The id of the node.

name
str

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
str

The id of the node.

name
Required
str

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