Unload this graph from graphscope engine. Returns: :class:`graphscope.framework.graph.UnloadedGraph`: Evaluated in eager mode.
(self)
| 806 | pass |
| 807 | |
| 808 | def _unload(self): |
| 809 | """Unload this graph from graphscope engine. |
| 810 | |
| 811 | Returns: |
| 812 | :class:`graphscope.framework.graph.UnloadedGraph`: Evaluated in eager mode. |
| 813 | """ |
| 814 | return UnloadedGraph(self._session, self._unload_op) |
| 815 | |
| 816 | def project( |
| 817 | self, |