Skip to content

RosTrainingJobProps

Properties for defining a RosTrainingJob.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-paiplugin-trainingjob

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkpaiplugin"
&alicloudroscdkpaiplugin.RosTrainingJobProps {
    Algorithm: interface{},
    CampaignId: interface{},
    DataPath: interface{},
    Name: interface{},
    UserConfig: interface{},
    Remark: interface{},
    WaitForTrainingFinish: interface{},
}

Properties

Name Type Description
Algorithm interface{} No description.
CampaignId interface{} No description.
DataPath interface{} No description.
Name interface{} No description.
UserConfig interface{} No description.
Remark interface{} No description.
WaitForTrainingFinish interface{} No description.

AlgorithmRequired

Algorithm interface{}
  • Type: interface{}

CampaignIdRequired

CampaignId interface{}
  • Type: interface{}

DataPathRequired

DataPath interface{}
  • Type: interface{}

NameRequired

Name interface{}
  • Type: interface{}

UserConfigRequired

UserConfig interface{}
  • Type: interface{}

RemarkOptional

Remark interface{}
  • Type: interface{}

WaitForTrainingFinishOptional

WaitForTrainingFinish interface{}
  • Type: interface{}