检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
初始化GES业务面客户端 初始化参数获取 客户端连接参数 AK/SK认证 Token认证 密码认证 父主题: 使用业务面SDK
边操作 包名 样例类名 对应的API com.huawei.ges.graph.sdk.v1.examples.edges EdgesFilterQuerySample 边过滤查询 QueryEdgeDetailsSample 边详情查询 AddEdgeSample 添加边 DeleteEdgeSample
索引操作 包名 样例类名 对应的API com.huawei.ges.graph.sdk.v1.examples.index ListIndicesSample 查询索引 CreateIndexSample 新建索引 DeleteIndexSample 删除索引 父主题: 样例参考
图统计 包名 样例类名 对应的API com.huawei.ges.graph.sdk.v1.examples.graphcount ShowGraphVersionSample 查询图版本信息 ShowGraphSummarySample 查询图概要信息 父主题: 样例参考
图操作 包名 样例类名 对应的API com.huawei.ges.graph.sdk.v1.examples.graphoperation ImportGraphSample 导入图 ExportGraphSample 导出图 ClearGraphSample 清空图 父主题:
Filtered-query 包名 样例类名 对应的API com.huawei.ges.graph.sdk.v1.examples.customoperation FilteredQuerySample Filtered-query FilteredQueryV2Sample Filtered-query
Job管理 包名 样例类名 对应的API com.huawei.ges.graph.sdk.v1.examples.job ShowJobSample 查询Job状态 DeleteJobSample 取消Job ExportJobResultSample 导出Job返回结果到文件
索引操作 包名 样例类名 对应的API com.huawei.ges.graph.sdk.v1.examples.index ListIndicesSample 查询索引 CreateIndexSample 新建索引 DeleteIndexSample 删除索引 父主题: 样例参考
Filtered-query 包名 样例类名 对应的API com.huawei.ges.graph.sdk.v1.examples.filteredquery FilteredQuerySample Filtered-query FilteredQueryV2Sample Filtered-query
图操作 包名 样例类名 对应的API com.huawei.ges.graph.sdk.v1.examples.graphoperation ImportGraphSample 导入图 ExportGraphSample 导出图 ClearGraphSample 清空图 父主题:
元数据操作 包名 样例类名 对应的API com.huawei.ges.graph.sdk.v1.examples.schema AddLabelSample 添加Label UpdateLabelSample 更新Label QueryGraphSchemaDetailSample
自定义操作 包名 样例类名 对应的API com.huawei.ges.graph.sdk.v1.examples.customoperation ExecuteCustomActionSample 执行自定义操作 父主题: 样例参考
Python SDK开发指导 操作指导 样例参考 父主题: 使用业务面SDK
计费模式 计费模式概述 按需计费
算法API参数参考 算法公共参数 pagerank算法(1.0.0) personalrank算法(1.0.0) k核算法(kcore)(1.0.0) k跳算法(k_hop)(1.0.0) 共同邻居(common_neighbors)(1.0.0) 点集共同邻居(common_n
关联路径(n_paths)(1.1.2) 表1 parameters参数说明 参数 是否必选 说明 类型 取值范围 默认值 source 是 输入路径的起点ID。 String - - target 是 输入路径的终点ID。 String - - directed 否 是否考虑边的方向。
紧密中心度(closeness)(1.0.0) 表1 parameters参数说明 参数 是否必选 说明 类型 取值范围 默认值 source 是 输入需要计算的节点ID。 String - - 表2 response_data参数说明 参数 类型 说明 closeness Double
标签传播(Label Propagation)(1.0.0) 表1 parameters参数说明 参数 是否必选 说明 类型 取值范围 默认值 convergence 否 收敛精度。 Double 0~1,不包括0和1。 0.00001 max_iterations 否 最大迭代次数。