RosTrainingJobProps
Properties for defining a RosTrainingJob
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-paiplugin-trainingjob
Initializer
using AlibabaCloud.SDK.ROS.CDK.Paiplugin;
new RosTrainingJobProps {
object Algorithm,
object CampaignId,
object DataPath,
object Name,
object UserConfig,
object Remark = null,
object WaitForTrainingFinish = null
};
Properties
Name | Type | Description |
---|---|---|
Algorithm |
object |
No description. |
CampaignId |
object |
No description. |
DataPath |
object |
No description. |
Name |
object |
No description. |
UserConfig |
object |
No description. |
Remark |
object |
No description. |
WaitForTrainingFinish |
object |
No description. |
Algorithm
Required
public object Algorithm { get; set; }
- Type: object
CampaignId
Required
public object CampaignId { get; set; }
- Type: object
DataPath
Required
public object DataPath { get; set; }
- Type: object
Name
Required
public object Name { get; set; }
- Type: object
UserConfig
Required
public object UserConfig { get; set; }
- Type: object
Remark
Optional
public object Remark { get; set; }
- Type: object
WaitForTrainingFinish
Optional
public object WaitForTrainingFinish { get; set; }
- Type: object