saveGraph
API Definition
def saveGraph(path: string) -> int
Function
Saves a graph index to a specified path in a single process.
Parameters
Parameter |
Data Type |
Description |
Value Range |
|---|---|---|---|
path |
Character string |
Path for storing the graph index. |
The length must be less than 199 characters. |
Return Value
Data Type |
Description |
|---|---|
int |
This API is a wrapper for an underlying C++ API, which controls exception handling. |
Parent topic: Python