Skip to content

ProjectProps

Properties for defining a Project.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdknlpautoml"
&alicloudroscdknlpautoml.ProjectProps {
    ProjectDescription: interface{},
    ProjectName: interface{},
    ProjectType: interface{},
}

Properties

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

ProjectDescriptionRequired

ProjectDescription interface{}
  • Type: interface{}

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


ProjectNameRequired

ProjectName interface{}
  • Type: interface{}

Property projectName: The name of project.

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


ProjectTypeRequired

ProjectType interface{}
  • Type: interface{}

Property projectType: The type of nlp project.

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