Merge pull request 'update modelarts 0618' (#224) from master-wq into master
Former-commit-id: e5a2115b2b4b04047f36e9ce21503fc70d61a646
This commit is contained in:
commit
4181adbbf2
|
@ -720,6 +720,7 @@ type (
|
|||
Offset int32 `form:"offSet,optional"`
|
||||
/****************智算类型 ModelartsType parmas ********************/
|
||||
ModelArtsType string `form:"modelArtsType,optional"`
|
||||
Platform string `form:"platform,optional"`
|
||||
}
|
||||
)
|
||||
type ListServicesResp {
|
||||
|
|
|
@ -1946,6 +1946,7 @@ type ListServicesReq struct {
|
|||
Limit int32 `form:"limit,optional"`
|
||||
Offset int32 `form:"offSet,optional"`
|
||||
ModelArtsType string `form:"modelArtsType,optional"`
|
||||
Platform string `form:"platform,optional"`
|
||||
}
|
||||
|
||||
type ListServicesResp struct {
|
||||
|
|
Loading…
Reference in New Issue