Skip to content

ProjectProps

Properties for defining a Project.

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

Initializer

import { ProjectProps } from '@alicloud/ros-cdk-nlpautoml'
const projectProps: ProjectProps = { ... }

Properties

Name Type Description
projectDescription string | @alicloud/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 string | @alicloud/ros-cdk-core.IResolvable Property projectName: The name of project.
projectType string | @alicloud/ros-cdk-core.IResolvable Property projectType: The type of nlp project.

projectDescriptionRequired

public readonly projectDescription: string | IResolvable;
  • Type: string | @alicloud/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 readonly projectName: string | IResolvable;
  • Type: string | @alicloud/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 readonly projectType: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property projectType: The type of nlp project.

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