|
|
|
@@ -75,8 +75,8 @@ func submitJob(infoList *pcmcoreclient.InfoListResp, submitJobLogic *CreateTrain |
|
|
|
Description: "This is a ModelArts Demo Job", |
|
|
|
}, |
|
|
|
Algorithm: &modelarts.Algorithms{ |
|
|
|
SubscriptionId: "26a0d9a9-808a-43f4-9a06-c9ea6bdc53d2", |
|
|
|
ItemVersionId: "2.0.0", |
|
|
|
SubscriptionId: infoList.AiInfoList[index].SubscriptionId, |
|
|
|
ItemVersionId: infoList.AiInfoList[index].ItemVersionId, |
|
|
|
//Command: infoList.AiInfoList[index].Command, |
|
|
|
//Engine: &modelarts.EngineCreateTraining{ |
|
|
|
// ImageUrl: infoList.AiInfoList[index].ImageUrl, |
|
|
|
|