医疗智能体 EIHEALTH-创建模型:请求示例

时间:2024-07-13 11:27:04

请求示例

创建模型,模型名称为model_name,类型为二分型,上传项目桶中file/test.csv的模型数据,打开共享开关。

https://{endpoint}/v1/{project_id}/drug-models

{
  "name" : "model_name",
  "type" : "binary",
  "description" : "simple model",
  "file" : {
    "url" : "project:/file/test.csv",
    "source" : "private"
  },
  "shareable" : true
}
support.huaweicloud.com/api-eihealth/CreateDrugModel.html