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. |
projectDescription
Required
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.
projectName
Required
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.
projectType
Required
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