RunProps
Properties for defining a Run.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-pai-run
Initializer
using AlibabaCloud.SDK.ROS.CDK.Pai;
new RunProps {
object ExperimentId,
object RunName = null,
object SourceId = null,
object SourceType = null
};
Properties
| Name | Type | Description |
|---|---|---|
ExperimentId |
object |
Property experimentId: Resource attribute field of the experiment ID to which Run belongs. |
RunName |
object |
Property runName: The name of the Run. |
SourceId |
object |
Property sourceId: Attribute Resource field representing the source task ID. |
SourceType |
object |
Property sourceType: Resource attribute fields representing the source type. |
ExperimentIdRequired
public object ExperimentId { get; set; }
- Type: object
Property experimentId: Resource attribute field of the experiment ID to which Run belongs.
RunNameOptional
public object RunName { get; set; }
- Type: object
Property runName: The name of the Run.
SourceIdOptional
public object SourceId { get; set; }
- Type: object
Property sourceId: Attribute Resource field representing the source task ID.
SourceTypeOptional
public object SourceType { get; set; }
- Type: object
Property sourceType: Resource attribute fields representing the source type.