Script Edge

class orion_notebook.graph.edges.script_edge.ScriptEdge(source: str, target: str, id: Optional[str] = None, data: Optional[orion_notebook.graph.edges.edge_data.ScriptEdgeData] = None, edge_type: str = 'script')

Bases: orion_notebook.graph.edges.edge.Edge

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

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

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