modelarts Core端api文件训练作业增加订阅算法参数
Former-commit-id: 6acb3cf13424cf9dc97ec5d8dc4884847c02c085
This commit is contained in:
parent
91d350bbc7
commit
16bbafc826
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue