医疗智能体-创建分子合成路径规划作业:请求示例
时间:2025-06-03 17:05:49
请求示例
创建分子合成路径规划作业,作业名称为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