文档
测试
GET

获取模型的详细信息

GET
/service/model_detail

接口描述

返回模型的详细信息

请求参数

参数名
类型
描述
必填
mode
string
示例:virus_cell
必填
model
string
模型名称,示例:
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
data
object
数据字典
必填
name
string
示例:143B
必填
category
string
示例:Bone
必填
total_count
int
示例:68
必填
activity
int
示例:45
必填
inactivity
int
示例:23
必填
test_tn
int
示例:0
必填
test_fp
int
示例:2
必填
test_fn
int
示例:0
必填
test_tp
int
示例:4
必填
test_mcc
string
示例:wrong
必填
test_F1
float
示例:0.8
必填
test_BA
float
示例:0.5
必填
test_auc
int
示例:1
必填
hyper_dropout
float
示例:0.25
必填
hyper_dropout_gat
float
示例:0.2
必填
hyper_fp_2_dim
int
示例:500
必填
hyper_gat_scale
float
示例:0.5
必填
hyper_nheads
int
示例:6
必填
hyper_nhid
int
示例:60
必填
radar_fig
base64图像
需要对其进行转码后显示图片
必填
msg
string
示例:
必填

说明 / 示例

|状态码|含义| |-|-| |5001|mode参数错误| |404|没有找到模型| data中返回的test开头的字段为模型表现,hyper开头属于超参数,其余属于模型的基本信息,所有mode的字段返回的data结构都相同