RosInferenceJobProps
Properties for defining a RosInferenceJob
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-paiplugin-inferencejob
Initializer
using AlibabaCloud.SDK.ROS.CDK.Paiplugin;
new RosInferenceJobProps {
object Algorithm,
object CampaignId,
object DataPath,
object Name,
object TargetPath,
object TrainingJobId,
object UserConfig,
object Remark = null,
object WaitForInferenceFinish = null
};
Properties
Name | Type | Description |
---|---|---|
Algorithm |
object |
No description. |
CampaignId |
object |
No description. |
DataPath |
object |
No description. |
Name |
object |
No description. |
TargetPath |
object |
No description. |
TrainingJobId |
object |
No description. |
UserConfig |
object |
No description. |
Remark |
object |
No description. |
WaitForInferenceFinish |
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
TargetPath
Required
public object TargetPath { get; set; }
- Type: object
TrainingJobId
Required
public object TrainingJobId { get; set; }
- Type: object
UserConfig
Required
public object UserConfig { get; set; }
- Type: object
Remark
Optional
public object Remark { get; set; }
- Type: object
WaitForInferenceFinish
Optional
public object WaitForInferenceFinish { get; set; }
- Type: object