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. |
ExperimentIdRequired
ExperimentId interface{}
- Type: interface{}
Property experimentId: Resource attribute field of the experiment ID to which Run belongs.
RunNameOptional
RunName interface{}
- Type: interface{}
Property runName: The name of the Run.
SourceIdOptional
SourceId interface{}
- Type: interface{}
Property sourceId: Attribute Resource field representing the source task ID.
SourceTypeOptional
SourceType interface{}
- Type: interface{}
Property sourceType: Resource attribute fields representing the source type.