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. |
Algorithm
Required
Algorithm interface{}
- Type: interface{}
Property algorithm: The algorithm used in training.
CampaignId
Required
CampaignId interface{}
- Type: interface{}
Property campaignId: The related campaign Id.
DataPath
Required
DataPath interface{}
- Type: interface{}
Property dataPath: The training data path in OSS bucket.
Name
Required
Name interface{}
- Type: interface{}
Property name: The name of training job.
UserConfig
Required
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.
Remark
Optional
Remark interface{}
- Type: interface{}
Property remark: The remark of training job.
WaitForTrainingFinish
Optional
WaitForTrainingFinish interface{}
- Type: interface{}
Property waitForTrainingFinish: Whether resource creation waits for the training task to complete.The longest waiting time is 40 minutes.