Skip to content

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.

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

UserConfigRequired

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

RemarkOptional

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

WaitForTrainingFinishOptional

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