ALIYUN::NLPAUTOML::Project is used to create a project.
Syntax
{
"Type": "ALIYUN::NLPAUTOML::Project",
"Properties": {
"ProjectName": String,
"ProjectType": String,
"ProjectDescription": String
}
}
Properties
Property | Type | Required | Editable | Description | Constraint |
ProjectName | String | Yes | No | The name of the project. | The name can be up to 32 characters in length, and cannot start with a digit or punctuation mark. |
ProjectType | String | Yes | No | The project type. | Valid values:
|
ProjectDescription | String | Yes | No | The description of the project. | The description can be up to 256 characters in length, and cannot start with a digit or punctuation mark. |
Return values
Fn::GetAtt
ProjectId: the project ID.