NodePropertyStep

class graphdatascience.model.pipeline_model.NodePropertyStep

A node property step of a pipeline. Retrieve this for a pipeline using a node_property_steps() method of a pipeline model.

proc

The procedure for the node property step.

Type:

str

config

The configuration of the node property step.

Type:

dict[str, Any]