Process Edge¶
-
class
orion_notebook.graph.edges.process_edge.
ProcessEdge
(source: str, target: str, id: Optional[str] = None, data: Optional[orion_notebook.graph.edges.edge_data.ProcessEdgeData] = None, edge_type: str = 'process')¶ Bases:
orion_notebook.graph.edges.edge.Edge
Class that represents the edge that connects a regular node and a node of process type (with/without md5) in a Graph instance
-
get_extra_details
()¶ Retrieves and sets the details for the ProcessEdgeWithMd5 instance, performing a request to the TH library
-