Skip to content

TrainingJobProps

Properties for defining a TrainingJob.

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

Initializer

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

Properties

Name Type Description
Algorithm interface{} Property algorithm: The algorithm used in training.
CampaignId interface{} Property campaignId: The related campaign Id.
DataPath interface{} Property dataPath: The training data path in OSS bucket.
Name interface{} Property name: The name of training job.
UserConfig interface{} Property userConfig: User configuration is used to set parameters such as start_date and end_date to delineate the time range of modeling data.
Remark interface{} Property remark: The remark of training job.
WaitForTrainingFinish interface{} Property waitForTrainingFinish: Whether resource creation waits for the training task to complete.The longest waiting time is 40 minutes.

AlgorithmRequired

Algorithm interface{}
  • Type: interface{}

Property algorithm: The algorithm used in training.


CampaignIdRequired

CampaignId interface{}
  • Type: interface{}

Property campaignId: The related campaign Id.


DataPathRequired

DataPath interface{}
  • Type: interface{}

Property dataPath: The training data path in OSS bucket.


NameRequired

Name interface{}
  • Type: interface{}

Property name: The name of training job.


UserConfigRequired

UserConfig interface{}
  • Type: interface{}

Property userConfig: User configuration is used to set parameters such as start_date and end_date to delineate the time range of modeling data.


RemarkOptional

Remark interface{}
  • Type: interface{}

Property remark: The remark of training job.


WaitForTrainingFinishOptional

WaitForTrainingFinish interface{}
  • Type: interface{}

Property waitForTrainingFinish: Whether resource creation waits for the training task to complete.The longest waiting time is 40 minutes.