RunProps
Properties for defining a Run
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-pai-run
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkpai"
&alicloudroscdkpai.RunProps {
ExperimentId: interface{},
RunName: interface{},
SourceId: interface{},
SourceType: interface{},
}
Properties
Name | Type | Description |
---|---|---|
ExperimentId |
interface{} |
Property experimentId: Resource attribute field of the experiment ID to which Run belongs. |
RunName |
interface{} |
Property runName: The name of the Run. |
SourceId |
interface{} |
Property sourceId: Attribute Resource field representing the source task ID. |
SourceType |
interface{} |
Property sourceType: Resource attribute fields representing the source type. |
ExperimentId
Required
ExperimentId interface{}
- Type: interface{}
Property experimentId: Resource attribute field of the experiment ID to which Run belongs.
RunName
Optional
RunName interface{}
- Type: interface{}
Property runName: The name of the Run.
SourceId
Optional
SourceId interface{}
- Type: interface{}
Property sourceId: Attribute Resource field representing the source task ID.
SourceType
Optional
SourceType interface{}
- Type: interface{}
Property sourceType: Resource attribute fields representing the source type.