检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
的标签和属性等。 URI GET /ges/v1.0/{project_id}/graphs/{graph_name}/edges/detail?source={sourceVertex}&target={targetVertex}&index={index} 表1 路径参数 参数
点集最短路(Shortest Path of Vertex Sets)(1.0.0) 标签传播(Label Propagation)(1.0.0) Louvain算法(1.0.0) 父主题: 业务面API
String 当前登录的用户名。 g:ProjectName String 当前登录的Project。 g:DomainName String 当前登录的Domain。 父主题: 策略权限
代码样例文件路径 代码样例文件名 对应的API com.huawei.ges.graph.sdk.v1.examples.path ShowPathDetailSample 查询路径详情 父主题: 内存版样例
代码样例文件路径 代码样例文件名 对应的API com.huawei.ges.graph.sdk.v1.examples.path ShowPathDetailSample 查询路径详情 父主题: 内存版样例
代码样例文件路径 样例方法名 对应的API com.huawei.ges.graph.sdk.v1.examples.persistence waitJob 查询Job状态 testListJobs 查询Job列表 父主题: 持久化版样例
persistence testAddLabel 添加Label testUpdateLabel 更新Label testQueryGraphSchemaDetail 查询元数据详情 testQueryLabel 查询label 父主题: 持久化版样例
persistence testAddLabel 添加Label testUpdateLabel 更新Label testQueryGraphSchemaDetail 查询元数据详情 testQueryLabel 查询label 父主题: 持久化版样例
ges.graph.sdk.v1.examples.querylanguage”,该路径下还存在名为“QueryLanguageMain.java”的Main文件用于调试。 图9 Java SDK代码样例文件 客户端初始化的参数定义在GraphClientUtils类中,选择不同的认证方式填写参数即可。
ges.graph.sdk.v1.examples.querylanguage”,该路径下还存在名为“QueryLanguageMain.py”的Main文件用于调试。 图9 Python SDK代码样例文件 包路径“com.huawei.ges.graph.sdk.v1.examples
8011", "errorMessage": "graph : movie2 is not exist", "result": "failed" } 状态码 返回值 说明 400 Bad Request 请求错误。 401 Unauthorized 鉴权失败。 403 Forbidden
代码样例文件路径 样例方法名 对应的API com.huawei.ges.graph.sdk.v1.examples.persistence waitJob 查询Job状态 testListJobs 查询Job列表 父主题: 持久化版样例
match(n:movie) where n.genres ends with 'Drama' return n contains match(n:movie) where n.genres contains 'Drama' return n List相关运算 in match(n:student) where
match(n:movie) where n.genres ends with 'Drama' return n contains match(n:movie) where n.genres contains 'Drama' return n List相关运算 in match(n:student) where
对应的API com.huawei.ges.graph.sdk.v1.examples.persistence testQueryEdgeDetails 边详情查询 testBatchEdgesQuery 批量边查询 testBatchAddEdges 批量添加边 testBatchDeleteEdges
对应的API com.huawei.ges.graph.sdk.v1.examples.persistence testQueryEdgeDetails 边详情查询 testBatchEdgesQuery 批量边查询 testBatchAddEdges 批量添加边 testBatchDeleteEdges
agerank、personalrank、kcore、connected_component、label_propagation、louvain、node2vec。 URI DELETE /ges/v1.0/{project_id}/graphs/{graph_name}/jobs/{job_id}
], "title":[ "Airplane! (1980)" ] }
schema AddLabelSample 添加Label UpdateLabelSample 更新LabeI QueryGraphSchemaDetailSample 查询元数据详情 DeleteLabelSample 删除Label BatchAddLabelSample 批量添加Label
对应的API com.huawei.ges.graph.sdk.v1.examples.persistence testQueryVertexsDetails 点详情查询 testBatchVertexsQuery 批量点查询 testBatchAddVertexs 批量添加点 testBatchDeleteVertexs