RosModelProps
Properties for defining a RosModel.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-nlpautoml-model
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdknlpautoml"
&alicloudroscdknlpautoml.RosModelProps {
DatasetIdList: interface{},
ModelName: interface{},
ModelType: interface{},
ProjectId: interface{},
Lr: interface{},
Nepochs: interface{},
TestDatasetIdList: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
DatasetIdList |
interface{} |
No description. |
ModelName |
interface{} |
No description. |
ModelType |
interface{} |
No description. |
ProjectId |
interface{} |
No description. |
Lr |
interface{} |
No description. |
Nepochs |
interface{} |
No description. |
TestDatasetIdList |
interface{} |
No description. |
DatasetIdListRequired
DatasetIdList interface{}
- Type: interface{}
ModelNameRequired
ModelName interface{}
- Type: interface{}
ModelTypeRequired
ModelType interface{}
- Type: interface{}
ProjectIdRequired
ProjectId interface{}
- Type: interface{}
LrOptional
Lr interface{}
- Type: interface{}
NepochsOptional
Nepochs interface{}
- Type: interface{}
TestDatasetIdListOptional
TestDatasetIdList interface{}
- Type: interface{}