Skip to content

RosDatasetsProps

Properties for defining a RosDatasets.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-pai-datasets

Initializer

using AlibabaCloud.SDK.ROS.CDK.Pai;
new RosDatasetsProps {
    object WorkspaceId,
    object RefreshOptions = null,
    object SourceId = null
};

Properties

Name Type Description
WorkspaceId object No description.
RefreshOptions object No description.
SourceId object No description.

WorkspaceIdRequired

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

RefreshOptionsOptional

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

SourceIdOptional

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