updated aioption protobuf

Former-commit-id: 1e23b5326cb6c616c8d20fa64b789ef68fbafcbf
This commit is contained in:
tzwang 2024-05-15 16:57:40 +08:00
parent a64dc47c9c
commit 120dbecc1d
1 changed files with 3 additions and 1 deletions

View File

@ -1164,7 +1164,7 @@ type CommitHpcTaskReq struct {
Description string `json:"description,optional"` Description string `json:"description,optional"`
TenantId int64 `json:"tenantId,optional"` TenantId int64 `json:"tenantId,optional"`
TaskId int64 `json:"taskId,optional"` TaskId int64 `json:"taskId,optional"`
AdapterIds []string `json:"adapterId"` AdapterIds []string `json:"adapterIds"`
MatchLabels map[string]string `json:"matchLabels,optional"` MatchLabels map[string]string `json:"matchLabels,optional"`
CardCount int64 `json:"cardCount,optional"` CardCount int64 `json:"cardCount,optional"`
WorkDir string `json:"workDir,optional"` //paratera:workingDir WorkDir string `json:"workDir,optional"` //paratera:workingDir
@ -5622,6 +5622,7 @@ type ScheduleResp struct {
type ScheduleResult struct { type ScheduleResult struct {
ClusterId string `json:"clusterId"` ClusterId string `json:"clusterId"`
TaskId string `json:"taskId"` TaskId string `json:"taskId"`
Card string `json:"card"`
Strategy string `json:"strategy"` Strategy string `json:"strategy"`
Replica int32 `json:"replica"` Replica int32 `json:"replica"`
Msg string `json:"msg"` Msg string `json:"msg"`
@ -5635,6 +5636,7 @@ type AiOption struct {
AdapterId string `json:"adapterId"` AdapterId string `json:"adapterId"`
AiClusterIds []string `json:"aiClusterIds"` AiClusterIds []string `json:"aiClusterIds"`
ResourceType string `json:"resourceType"` ResourceType string `json:"resourceType"`
ComputeCard string `json:"card"`
Tops float64 `json:"Tops,optional"` Tops float64 `json:"Tops,optional"`
TaskType string `json:"taskType"` TaskType string `json:"taskType"`
Datasets string `json:"datasets"` Datasets string `json:"datasets"`