Skip to content

RosDatasetProps

Properties for defining a RosDataset.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-pai-dataset

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkpai"
&alicloudroscdkpai.RosDatasetProps {
    DatasetName: interface{},
    DataSourceType: interface{},
    Property: interface{},
    Uri: interface{},
    WorkspaceId: interface{},
    Accessibility: interface{},
    DataType: interface{},
    Description: interface{},
    Options: interface{},
    SourceId: interface{},
    SourceType: interface{},
}

Properties

Name Type Description
DatasetName interface{} No description.
DataSourceType interface{} No description.
Property interface{} No description.
Uri interface{} No description.
WorkspaceId interface{} No description.
Accessibility interface{} No description.
DataType interface{} No description.
Description interface{} No description.
Options interface{} No description.
SourceId interface{} No description.
SourceType interface{} No description.

DatasetNameRequired

DatasetName interface{}
  • Type: interface{}

DataSourceTypeRequired

DataSourceType interface{}
  • Type: interface{}

PropertyRequired

Property interface{}
  • Type: interface{}

UriRequired

Uri interface{}
  • Type: interface{}

WorkspaceIdRequired

WorkspaceId interface{}
  • Type: interface{}

AccessibilityOptional

Accessibility interface{}
  • Type: interface{}

DataTypeOptional

DataType interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}

OptionsOptional

Options interface{}
  • Type: interface{}

SourceIdOptional

SourceId interface{}
  • Type: interface{}

SourceTypeOptional

SourceType interface{}
  • Type: interface{}