noctis.data_transformation.preprocessing.utilities.create_noctis_node

noctis.data_transformation.preprocessing.utilities.create_noctis_node(node_uid: str, node_label: str, properties: dict) Node[source]

Create a noctis node.

Args:

node_uid (str): Unique identifier for the node. node_label (str): Label for the node. properties (dict): Properties associated with the node.

Returns:

Node: The created node object.