Skip to content

ProjectProps

Properties for defining a Project.

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

Initializer

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

Properties

Name Type Description
ProjectDescription object Property projectDescription: The description of project.Cannot start with numbers and symbols, and the length cannot be greater than 256 characters.
ProjectName object Property projectName: The name of project.
ProjectType object Property projectType: The type of nlp project.

ProjectDescriptionRequired

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

Property projectDescription: The description of project.Cannot start with numbers and symbols, and the length cannot be greater than 256 characters.


ProjectNameRequired

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

Property projectName: The name of project.

Cannot start with numbers and symbols, and the length cannot be greater than 32 characters.


ProjectTypeRequired

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

Property projectType: The type of nlp project.

The following value is allowed: ner, textCategorybaseRelation, textMatching, sentimentAnalysis, resumeExtract, reviewAnalysis