Skip to content

RosProjectProps

Properties for defining a RosProject.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-nlpautoml-project

Initializer

using AlibabaCloud.SDK.ROS.CDK.Nlpautoml;
new RosProjectProps {
    object ProjectDescription,
    object ProjectName,
    object ProjectType
};

Properties

Name Type Description
ProjectDescription object No description.
ProjectName object No description.
ProjectType object No description.

ProjectDescriptionRequired

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

ProjectNameRequired

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

ProjectTypeRequired

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