Document Edge

class orion_notebook.graph.edges.document_edge.DocumentEdge(source: str, target: str, id: Optional[str] = None, data: Optional[orion_notebook.graph.edges.edge_data.DocumentEdgeData] = None, edge_type: str = 'document')

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.DocumentEdgeData
get_extra_details()

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