医疗智能体 EIHEALTH-创建分子合成路径规划作业:请求示例

时间:2024-05-11 08:28:27

请求示例

创建分子合成路径规划作业,作业名称为demo-job。

https://{endpoint}/v1/{project_id}/eihealth-projects/{eihealth_project_id}/drug-jobs/synthesis

{
  "basic_info" : {
    "name" : "demo-job",
    "labels" : [ "labelA" ]
  },
  "smiles" : "c1ccccc1",
  "params" : {
    "top_n" : 50,
    "max_search_depth" : 5,
    "time_limit" : 30,
    "max_prediction_per_product" : 20
  }
}
support.huaweicloud.com/api-eihealth/CreateSynthesisJob.html