ALIYUN::NLPAUTOML::Dataset is used to create a dataset.
Syntax
{
"Type": "ALIYUN::NLPAUTOML::Dataset",
"Properties": {
"DatasetName": String,
"ProjectId": Integer,
"DatasetRecord": List
}
}
Properties
Property | Type | Required | Editable | Description | Constraint |
DatasetName | String | Yes | No | The name of the dataset. | The name can be up to 32 characters in length. The name cannot start with a digit or punctuation mark. |
ProjectId | Integer | Yes | No | The project ID. | This property must be specified when you create the dataset in a project. |
DatasetRecord | List | No | No | The fields that are used to label the document content. | You must specify a JSON string that consists of the fields used for data labeling. Example:
|
Return values
Fn::GetAtt
DatasetId: the dataset ID.