|
|
|
@@ -1060,7 +1060,9 @@ type UserImageConfig struct { |
|
|
|
CreateVersion bool `json:"create_version"` |
|
|
|
Flavor Flavor `json:"flavor"` |
|
|
|
PoolID string `json:"pool_id"` |
|
|
|
Volumes []Volumes `json:"volumes"` |
|
|
|
ShareAddr string `json:"nas_share_addr"` |
|
|
|
MountPath string `json:"nas_mount_path"` |
|
|
|
NasType string `json:"nas_type"` |
|
|
|
} |
|
|
|
|
|
|
|
type CreateTrainJobParams struct { |
|
|
|
@@ -1081,10 +1083,12 @@ type Config struct { |
|
|
|
LogUrl string `json:"log_url"` |
|
|
|
//UserImageUrl string `json:"user_image_url"` |
|
|
|
//UserCommand string `json:"user_command"` |
|
|
|
CreateVersion bool `json:"create_version"` |
|
|
|
Flavor Flavor `json:"flavor"` |
|
|
|
PoolID string `json:"pool_id"` |
|
|
|
Volumes []Volumes `json:"volumes"` |
|
|
|
CreateVersion bool `json:"create_version"` |
|
|
|
Flavor Flavor `json:"flavor"` |
|
|
|
PoolID string `json:"pool_id"` |
|
|
|
ShareAddr string `json:"nas_share_addr"` |
|
|
|
MountPath string `json:"nas_mount_path"` |
|
|
|
NasType string `json:"nas_type"` |
|
|
|
} |
|
|
|
|
|
|
|
type CreateInferenceJobParams struct { |
|
|
|
|