RosDatasetProps
Properties for defining a RosDataset
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-pai-dataset
Initializer
using AlibabaCloud.SDK.ROS.CDK.Pai;
new RosDatasetProps {
object DatasetName,
object DataSourceType,
object Property,
object Uri,
object WorkspaceId,
object Accessibility = null,
object DataType = null,
object Description = null,
object Options = null,
object SourceId = null,
object SourceType = null
};
Properties
Name | Type | Description |
---|---|---|
DatasetName |
object |
No description. |
DataSourceType |
object |
No description. |
Property |
object |
No description. |
Uri |
object |
No description. |
WorkspaceId |
object |
No description. |
Accessibility |
object |
No description. |
DataType |
object |
No description. |
Description |
object |
No description. |
Options |
object |
No description. |
SourceId |
object |
No description. |
SourceType |
object |
No description. |
DatasetName
Required
public object DatasetName { get; set; }
- Type: object
DataSourceType
Required
public object DataSourceType { get; set; }
- Type: object
Property
Required
public object Property { get; set; }
- Type: object
Uri
Required
public object Uri { get; set; }
- Type: object
WorkspaceId
Required
public object WorkspaceId { get; set; }
- Type: object
Accessibility
Optional
public object Accessibility { get; set; }
- Type: object
DataType
Optional
public object DataType { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
Options
Optional
public object Options { get; set; }
- Type: object
SourceId
Optional
public object SourceId { get; set; }
- Type: object
SourceType
Optional
public object SourceType { get; set; }
- Type: object