fix: update modelarts 0618
Former-commit-id: 6c41d56380e40bda3370eb8274c838da3797da0c
This commit is contained in:
parent
d09b872f42
commit
877433d224
|
@ -720,6 +720,7 @@ type (
|
||||||
Offset int32 `form:"offSet,optional"`
|
Offset int32 `form:"offSet,optional"`
|
||||||
/****************智算类型 ModelartsType parmas ********************/
|
/****************智算类型 ModelartsType parmas ********************/
|
||||||
ModelArtsType string `form:"modelArtsType,optional"`
|
ModelArtsType string `form:"modelArtsType,optional"`
|
||||||
|
Platform string `form:"platform,optional"`
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
type ListServicesResp {
|
type ListServicesResp {
|
||||||
|
|
|
@ -1946,6 +1946,7 @@ type ListServicesReq struct {
|
||||||
Limit int32 `form:"limit,optional"`
|
Limit int32 `form:"limit,optional"`
|
||||||
Offset int32 `form:"offSet,optional"`
|
Offset int32 `form:"offSet,optional"`
|
||||||
ModelArtsType string `form:"modelArtsType,optional"`
|
ModelArtsType string `form:"modelArtsType,optional"`
|
||||||
|
Platform string `form:"platform,optional"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type ListServicesResp struct {
|
type ListServicesResp struct {
|
||||||
|
|
Loading…
Reference in New Issue