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. |
DatasetIdList
Required
DatasetIdList interface{}
- Type: interface{}
ModelName
Required
ModelName interface{}
- Type: interface{}
ModelType
Required
ModelType interface{}
- Type: interface{}
ProjectId
Required
ProjectId interface{}
- Type: interface{}
Lr
Optional
Lr interface{}
- Type: interface{}
Nepochs
Optional
Nepochs interface{}
- Type: interface{}
TestDatasetIdList
Optional
TestDatasetIdList interface{}
- Type: interface{}