|
|
@@ -22,7 +22,7 @@ type CreateGrampusTrainJobOption struct { |
|
|
|
} |
|
|
|
|
|
|
|
type CreateTrainJobOption struct { |
|
|
|
Type int `json:"type" binding:"Required"` |
|
|
|
Type int `json:"type"` |
|
|
|
DisplayJobName string `json:"display_job_name" binding:"Required"` |
|
|
|
ImageID string `json:"image_id"` |
|
|
|
Image string `json:"image" binding:"Required"` |
|
|
|