检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
v1.examples.persistence waitJob 查询Job状态 testListJobs 查询Job列表 父主题: 持久化版样例
testBatchDeleteVertexs 批量删除点 testBatchUpdateVertexsProperties 批量更新点属性 父主题: 持久化版样例
testBatchDeleteVertexs 批量删除点 testBatchUpdateVertexsProperties 批量更新点属性 父主题: 持久化版样例
testBatchDeleteEdges 批量删除边 testBatchUpdateEdgesProperties 批量更新边属性 父主题: 持久化版样例
testImportGraphPersistence 导入图 testClearGraphPersistence 清空图 父主题: 持久化版样例
更新Label testQueryGraphSchemaDetail 查询元数据详情 testQueryLabel 查询label 父主题: 持久化版样例
更新Label testQueryGraphSchemaDetail 查询元数据详情 testQueryLabel 查询label 父主题: 持久化版样例
带过滤的n_paths算法(filtered_n_paths)(2.2.22) 概述 带过滤的n_paths算法是给定起始点source、目的点target、跳数k、路径数n、过滤条件filters,找出source和target间不多于n条的k跳无环路径。 算法名称:带过滤的n_paths
单点环路检测(single_vertex_circles_detection) 功能介绍 根据输入参数,执行单点环路检测算法。 单点环路检测(single_vertex_circles_detection)意在寻找图中的环路,环路上的点较好地体现了该点的重要性。 URI POST
GES API版本与软件版本相对应,1.0.0为起始版本号,其余版本均在起始版本基础上进行修改,且向下兼容。具体请参考管理面API概览和内存版中各接口对应的版本号。 建议您根据需要选择合适的版本进行操作。 父主题: 使用前必读
v1.examples.customoperation ExecuteCustomActionSample 执行自定义操作 父主题: 内存版样例
v1.examples.customoperation ExecuteCustomActionSample 执行自定义操作 父主题: 内存版样例
点集全最短路(all_shortest_paths_of_vertex_sets)(2.2.15) 表1 parameters参数说明 参数 是否必选 说明 类型 取值范围 默认值 sources 是 起点ID集合 String 标准csv格式,ID之间以英文逗号分隔,例如:["Alice"
FilteredQuerySample Filtered-query FilteredQueryV2Sample Filtered-query V2 父主题: 内存版样例
FilteredQuerySample Filtered-query FilteredQueryV2Sample Filtered-query V2 父主题: 内存版样例
点集全最短路(all_shortest_paths_of_vertex_sets) 功能介绍 根据输入参数,执行点集全最短路算法。 点集全最短路(all_shortest_paths_of_vertex_sets)用于发现两个点集之间的所有最短路径。 URI POST /ges/v1
自定义算法运行接口(当前支持Pregel编程模型) 在内置图分析算法不能满足用户需求的时候,HyG允许用户在Pregel编程模型中使用python语言实现自定义算法。其中,运行pregel自定义算法的接口是: BaseGraph.run_pregel(model:class, result_filter=None
ImportPropertiesSample 通过导入文件更新点边的指定属性 DeleteByFileSample 通过读取文件删除点边 父主题: 内存版样例
带一般过滤条件环路检测(filtered_circle_detection)(2.2.15) 请求样例 Post http://{}/ges/v1.0/1/graphs/movie/action?action_id=execute-algorithm { "algorithmName":
带过滤全对最短路径(filtered_all_pairs_shortest_paths)(2.2.17) 表1 parameters参数说明 参数 是否必选 说明 类型 取值范围 默认值 sources 是 起点ID集合,多个节点ID以逗号分隔(即,标准CSV输入格式) String