parent
d08d6c1bc5
commit
89c3a895fd
|
@ -3,7 +3,7 @@ ListenOn: 0.0.0.0:2002
|
||||||
AdapterId:
|
AdapterId:
|
||||||
|
|
||||||
|
|
||||||
Timeout: 100000
|
Timeout: 500000
|
||||||
|
|
||||||
Participant:
|
Participant:
|
||||||
Name: modelarts #参与者名称
|
Name: modelarts #参与者名称
|
||||||
|
|
|
@ -1339,6 +1339,7 @@ message CreateModelReq{
|
||||||
repeated CreateModelRequestInferParams input_params = 24;
|
repeated CreateModelRequestInferParams input_params = 24;
|
||||||
string modelArtsType = 25; // @gotags: copier:"ModelArtsType"
|
string modelArtsType = 25; // @gotags: copier:"ModelArtsType"
|
||||||
string platform = 26;
|
string platform = 26;
|
||||||
|
string cmd =27;
|
||||||
}
|
}
|
||||||
|
|
||||||
message CreateModelResp{
|
message CreateModelResp{
|
||||||
|
|
Loading…
Reference in New Issue