Skip to content

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.

AlgorithmRequired

public object Algorithm { get; set; }
  • Type: object

CampaignIdRequired

public object CampaignId { get; set; }
  • Type: object

DataPathRequired

public object DataPath { get; set; }
  • Type: object

NameRequired

public object Name { get; set; }
  • Type: object

TargetPathRequired

public object TargetPath { get; set; }
  • Type: object

TrainingJobIdRequired

public object TrainingJobId { get; set; }
  • Type: object

UserConfigRequired

public object UserConfig { get; set; }
  • Type: object

RemarkOptional

public object Remark { get; set; }
  • Type: object

WaitForInferenceFinishOptional

public object WaitForInferenceFinish { get; set; }
  • Type: object