RosDatasetProps
Properties for defining a RosDataset
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-pai-dataset
Initializer
using AlibabaCloud.SDK.ROS.CDK.Pai;
new RosDatasetProps {
object DatasetId,
object WorkspaceId,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
DatasetId |
object |
No description. |
WorkspaceId |
object |
No description. |
RefreshOptions |
object |
No description. |
DatasetId
Required
public object DatasetId { get; set; }
- Type: object
WorkspaceId
Required
public object WorkspaceId { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object