# 概述

创建分析计算任务时的definition主要包含nodeslinksresults属性,分别对应了计算节点节点连接计算结果

"definition": {
  "nodes": {},
  "links": [],
  "results": []
}