检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
String 启动图任务ID。请求失败时字段为空。 说明: 可以查询jobId查看任务执行状态、获取返回结果,详情参考任务中心API。 请求示例 https://Endpoint/v1.0/{project_id}/graphs/{graph_id}/action?action_id=start
执行成功时,字段可能为空。 执行失败时,用于显示错误码。 id String 元数据ID。 name String 元数据的名称。 请求示例 POST https://Endpoint/v1.0/{project_id}/graphs/metadatas { "metadataPath":
反正切函数 return atan(1) cot 2.3.14 余切函数 return cot(pi()/4) radians 2.3.14 度数转弧度 return radians(180) degrees 2.3.14 弧度转度数 return degrees(pi()) pi 2.3
反正切函数 return atan(1) cot 2.3.14 余切函数 return cot(pi()/4) radians 2.3.14 度数转弧度 return radians(180) degrees 2.3.14 弧度转度数 return degrees(pi()) pi 2.3
回该字段。 successfulLines Long 导出成功行数。其值为-1时表示当前版本没有返回该字段。 请求示例 GET https://Endpoint/v1.0/{project_id}/graphs/{graph_id}/jobs/{job_id}/status
typeName8="executive/managerial" typeName9="farmer" typeName10="homemaker" typeName11="K-12 student" typeName12="lawyer" typeName13="programmer"
error_msg String 系统提示信息。 执行成功时,字段可能为空。 执行失败时,用于显示错误信息。 请求示例 查询Job的执行状态。 GET https://Endpoint/v2/{project_id}/graphs/{graph_id}/jobs/{job_id}/status 响应示例
连通分量代表图中的一个子图,当中所有节点都相互连接。考虑路径方向的为强连通分量(strongly connected component),不考虑路径方向的为弱连通分量(weakly connected component)。 说明: 本算法计算得到的是弱连通分量。 度数关联度(Degree Correlation)
"properties":{ "occupation":[ "homemaker" ], "gender":[
连通分量代表图中的一个子图,当中所有节点都相互连接。考虑路径方向的为强连通分量(strongly connected component),不考虑路径方向的为弱连通分量(weakly connected component)。 说明: 本算法计算得到的是弱连通分量。 度数关联度(Degree Correlation)
检查请求头是否正确,比如X-Auth-Token是否正确。 400 GES.8006 Invalid resource access. 资源访问不合法 1.AK/SK鉴权方式:需要检查regioncode或者regionname是否正确。 2.Token鉴权方式:需要检查token对应的project是否正确。
{data_return_size} # data_offset: {data_offset} # batch_paths: 每行为1对pair的多条路,格式: {sourceID},{targetID},"[[{sourceID},{v1},...,{targetID}],..