ProjectProps
Properties for defining a Project
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-nlpautoml-project
Initializer
import ros_cdk_nlpautoml
ros_cdk_nlpautoml.ProjectProps(
project_description: typing.Union[str, IResolvable],
project_name: typing.Union[str, IResolvable],
project_type: typing.Union[str, IResolvable]
)
Properties
Name | Type | Description |
---|---|---|
project_description |
typing.Union[str, 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. |
project_name |
typing.Union[str, ros_cdk_core.IResolvable] |
Property projectName: The name of project. |
project_type |
typing.Union[str, ros_cdk_core.IResolvable] |
Property projectType: The type of nlp project. |
project_description
Required
project_description: typing.Union[str, IResolvable]
- Type: typing.Union[str, 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.
project_name
Required
project_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, 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.
project_type
Required
project_type: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property projectType: The type of nlp project.
The following value is allowed: ner, textCategorybaseRelation, textMatching, sentimentAnalysis, resumeExtract, reviewAnalysis