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. |
ExperimentId
Required
public object ExperimentId { get; set; }
- Type: object
Property experimentId: Resource attribute field of the experiment ID to which Run belongs.
RunName
Optional
public object RunName { get; set; }
- Type: object
Property runName: The name of the Run.
SourceId
Optional
public object SourceId { get; set; }
- Type: object
Property sourceId: Attribute Resource field representing the source task ID.
SourceType
Optional
public object SourceType { get; set; }
- Type: object
Property sourceType: Resource attribute fields representing the source type.