|
|
|
@@ -5973,10 +5973,10 @@ type DatasetDistribute struct { |
|
|
|
} |
|
|
|
|
|
|
|
type CodeDistribute struct { |
|
|
|
DataName string `json:"dataName,optional"` |
|
|
|
PackageID int64 `json:"packageID"` |
|
|
|
Output string `json:"output"` |
|
|
|
Clusters *ClusterScheduled `json:"cluster"` |
|
|
|
DataName string `json:"dataName,optional"` |
|
|
|
PackageID int64 `json:"packageID"` |
|
|
|
Output string `json:"output"` |
|
|
|
Clusters []*ClusterScheduled `json:"clusters"` |
|
|
|
} |
|
|
|
|
|
|
|
type ImageDistribute struct { |
|
|
|
|