ALIYUN::NLPAUTOML::Model is used to create a model.
Syntax
{
"Type": "ALIYUN::NLPAUTOML::Model",
"Properties": {
"DatasetIdList": List,
"ModelName": String,
"TestDatasetIdList": List,
"Nepochs": String,
"Lr": String,
"ProjectId": Integer,
"ModelType": String
}
}
Properties
Property | Type | Required | Editable | Description | Constraint |
DatasetIdList | List | Yes | Yes | The IDs of the datasets that you want to upload. | The datasets must meet the following requirements:
|
ModelName | String | Yes | No | The name of the model. | None. |
TestDatasetIdList | List | No | Yes | The IDs of the test datasets. | Separate multiple IDs by commas (,). Note You can add test datasets to specific models of the text classification type. |
Nepochs | String | No | No | The number of iterations of the training dataset. | None. |
Lr | String | No | No | The learning rate of the model. | None. |
ProjectId | Integer | Yes | No | The project ID. | None. |
ModelType | String | Yes | No | The model type. | Valid values:
|
Return values
Fn::GetAtt
ModelVersion: the version of the model.
ModelId: the model ID.