Browse Source

fix

pull/52/head
JeshuaRen 1 year ago
parent
commit
034e9d4768
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      sdks/scheduler/models.go

+ 1
- 1
sdks/scheduler/models.go View File

@@ -412,7 +412,7 @@ type DataReturnJobInfo struct {
Type string `json:"type"`
BucketID cdssdk.BucketID `json:"bucketID"`
TargetLocalJobID string `json:"targetLocalJobID"`
Report TrainJobStatusReport `json:"report"`
ReportMessage TrainJobStatusReport `json:"report"`
//ReportMessage []ReportMessage `json:"reportMessage"`
}



Loading…
Cancel
Save