InferenceJobProps
Properties for defining a InferenceJob.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-paiplugin-inferencejob
Initializer
using AlibabaCloud.SDK.ROS.CDK.Paiplugin;
new InferenceJobProps {
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 |
Property algorithm: The algorithm of inference job. |
CampaignId |
object |
Property campaignId: The campaign id of inference job. |
DataPath |
object |
Property dataPath: The input data path of inference job. |
Name |
object |
Property name: The name of inference job. |
TargetPath |
object |
Property targetPath: The output result path of inference job. |
TrainingJobId |
object |
Property trainingJobId: The training job id of inference job. |
UserConfig |
object |
Property userConfig: The user config of inference job. |
Remark |
object |
Property remark: The remark of inference job. |
WaitForInferenceFinish |
object |
Property waitForInferenceFinish: Whether resource creation waits for the inference task to complete.The longest waiting time is 40 minutes. |
AlgorithmRequired
public object Algorithm { get; set; }
- Type: object
Property algorithm: The algorithm of inference job.
CampaignIdRequired
public object CampaignId { get; set; }
- Type: object
Property campaignId: The campaign id of inference job.
DataPathRequired
public object DataPath { get; set; }
- Type: object
Property dataPath: The input data path of inference job.
NameRequired
public object Name { get; set; }
- Type: object
Property name: The name of inference job.
TargetPathRequired
public object TargetPath { get; set; }
- Type: object
Property targetPath: The output result path of inference job.
TrainingJobIdRequired
public object TrainingJobId { get; set; }
- Type: object
Property trainingJobId: The training job id of inference job.
UserConfigRequired
public object UserConfig { get; set; }
- Type: object
Property userConfig: The user config of inference job.
RemarkOptional
public object Remark { get; set; }
- Type: object
Property remark: The remark of inference job.
WaitForInferenceFinishOptional
public object WaitForInferenceFinish { get; set; }
- Type: object
Property waitForInferenceFinish: Whether resource creation waits for the inference task to complete.The longest waiting time is 40 minutes.