Download Edge

class orion_notebook.graph.edges.download_edge.DownloadEdge(source: str, target: str, id: Optional[str] = None, data: Optional[orion_notebook.graph.edges.edge_data.DownloadEdgeData] = None, edge_type: str = 'download')

Bases: orion_notebook.graph.edges.edge.Edge

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

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

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