|
|
|
@@ -5975,6 +5975,7 @@ type DatasetDistribute struct { |
|
|
|
type CodeDistribute struct { |
|
|
|
DataName string `json:"dataName,optional"` |
|
|
|
PackageID int64 `json:"packageID"` |
|
|
|
Output string `json:"output"` |
|
|
|
Clusters []*ClusterScheduled `json:"clusters"` |
|
|
|
} |
|
|
|
|
|
|
|
@@ -6008,15 +6009,8 @@ type ScheduleData struct { |
|
|
|
} |
|
|
|
|
|
|
|
type RunTaskReq struct { |
|
|
|
TaskID int64 `json:"taskID"` |
|
|
|
JobSetID string `json:"jobSetID"` |
|
|
|
DataReturnInfos []*DataReturnInfo `json:"dataReturnInfos"` |
|
|
|
ScheduledDatas []*DataScheduleResults `json:"scheduledDatas,optional"` |
|
|
|
} |
|
|
|
|
|
|
|
type DataReturnInfo struct { |
|
|
|
LocalJobID string `json:"localJobID"` |
|
|
|
Output string `json:"output"` |
|
|
|
TaskID int64 `json:"taskID"` |
|
|
|
ScheduledDatas []*DataScheduleResults `json:"scheduledDatas,optional"` |
|
|
|
} |
|
|
|
|
|
|
|
type DataScheduleResults struct { |
|
|
|
|