fix: Modify the entity object of the Ai task
This commit is contained in:
parent
8327f91a83
commit
e27cb437ed
|
@ -184,6 +184,7 @@ type AiInfo struct {
|
||||||
FlavorId string `json:"flavorId,omitempty"`
|
FlavorId string `json:"flavorId,omitempty"`
|
||||||
SubscriptionId string `json:"subscriptionId,omitempty"`
|
SubscriptionId string `json:"subscriptionId,omitempty"`
|
||||||
ItemVersionId string `json:"itemVersionId,omitempty"`
|
ItemVersionId string `json:"itemVersionId,omitempty"`
|
||||||
|
ObsUrl string `json:"obsUrl,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type VmInfo struct {
|
type VmInfo struct {
|
||||||
|
|
Loading…
Reference in New Issue