Skip to content

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.

DatasetNameRequired

public object DatasetName { get; set; }
  • Type: object

DataSourceTypeRequired

public object DataSourceType { get; set; }
  • Type: object

PropertyRequired

public object Property { get; set; }
  • Type: object

UriRequired

public object Uri { get; set; }
  • Type: object

WorkspaceIdRequired

public object WorkspaceId { get; set; }
  • Type: object

AccessibilityOptional

public object Accessibility { get; set; }
  • Type: object

DataTypeOptional

public object DataType { get; set; }
  • Type: object

DescriptionOptional

public object Description { get; set; }
  • Type: object

OptionsOptional

public object Options { get; set; }
  • Type: object

SourceIdOptional

public object SourceId { get; set; }
  • Type: object

SourceTypeOptional

public object SourceType { get; set; }
  • Type: object