Communication Edge

class orion_notebook.graph.edges.communication_edge.CommunicationEdge(source: str, target: str, id: Optional[str] = None, data: Optional[Union[orion_notebook.graph.edges.edge_data.CommunicationEdgeData, Dict]] = None, edge_type: str = 'communication')

Bases: orion_notebook.graph.edges.edge.Edge

Class that represents the edge that connects a regular node and a node of communication type in a Graph instance

data: orion_notebook.graph.edges.edge_data.CommunicationEdgeData
get_extra_details()

Retrieves and sets the details for the CommunicationEdge instance, performing a request to the TH library