RosRunProps
Properties for defining a RosRun
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-pai-run
Initializer
using AlibabaCloud.SDK.ROS.CDK.Pai;
new RosRunProps {
object ExperimentId,
object RunName = null,
object SourceId = null,
object SourceType = null
};
Properties
Name | Type | Description |
---|---|---|
ExperimentId |
object |
No description. |
RunName |
object |
No description. |
SourceId |
object |
No description. |
SourceType |
object |
No description. |
ExperimentId
Required
public object ExperimentId { get; set; }
- Type: object
RunName
Optional
public object RunName { get; set; }
- Type: object
SourceId
Optional
public object SourceId { get; set; }
- Type: object
SourceType
Optional
public object SourceType { get; set; }
- Type: object