检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
客户端连接参数 Java import com.huaweicloud.sdk.core.http.HttpConfig; // 使用默认配置 HttpConfig config = HttpConfig.getDefaultHttpConfig(); // 默认连接超时时间为60秒,可根据需要调整
初始化GES业务面客户端 初始化参数获取 客户端连接参数 AK/SK认证 Token认证 密码认证 父主题: 使用业务面SDK
userName 华为云用户名 登录管理控制台的IAM用户名。 如果用华为账号登录,这里的用户名即为账号名。 domainName 华为云账号 登录管理控制台的IAM账号。 - password 华为云用户密码 登录管理控制台的IAM用户密码。 - 父主题: 初始化GES业务面客户端
with_endpoint(graph_endpoint).with_http_config(http_conf).build() 父主题: 初始化GES业务面客户端
with_endpoint(graph_endpoint).with_http_config(http_conf).build() 父主题: 初始化GES业务面客户端
with_endpoint(graph_endpoint).with_http_config(http_conf).build() 父主题: 初始化GES业务面客户端
使用业务面SDK 导入业务面SDK 初始化GES业务面客户端 Java SDK开发指导 Python 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 执行自定义操作 父主题: 样例参考