我要评分
获取效率
正确性
完整性
易理解

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.