Skip to content

ProjectProps

Properties for defining a Project.

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

Initializer

import com.aliyun.ros.cdk.nlpautoml.ProjectProps;
ProjectProps.builder()
    .projectDescription(java.lang.String)
    .projectDescription(IResolvable)
    .projectName(java.lang.String)
    .projectName(IResolvable)
    .projectType(java.lang.String)
    .projectType(IResolvable)
    .build();

Properties

Name Type Description
projectDescription java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property projectDescription: The description of project.Cannot start with numbers and symbols, and the length cannot be greater than 256 characters.
projectName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property projectName: The name of project.
projectType java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property projectType: The type of nlp project.

projectDescriptionRequired

public java.lang.Object getProjectDescription();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

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


projectNameRequired

public java.lang.Object getProjectName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property projectName: The name of project.

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


projectTypeRequired

public java.lang.Object getProjectType();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property projectType: The type of nlp project.

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