AITaskProps
Properties for defining a AITask
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-polardb-aitask
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkpolardb"
&alicloudroscdkpolardb.AITaskProps {
DbClusterId: interface{},
Password: interface{},
Username: interface{},
NodeType: interface{},
}
Properties
Name | Type | Description |
---|---|---|
DbClusterId |
interface{} |
Property dbClusterId: The ID of the DB cluster. |
Password |
interface{} |
Property password: The password of the database account that enables the PolarDB for AI function is required. |
Username |
interface{} |
Property username: The database account that enables the PolarDB for AI function is required. |
NodeType |
interface{} |
Property nodeType: The type of the node. |
DbClusterId
Required
DbClusterId interface{}
- Type: interface{}
Property dbClusterId: The ID of the DB cluster.
Password
Required
Password interface{}
- Type: interface{}
Property password: The password of the database account that enables the PolarDB for AI function is required.
Username
Required
Username interface{}
- Type: interface{}
Property username: The database account that enables the PolarDB for AI function is required.
NodeType
Optional
NodeType interface{}
- Type: interface{}
Property nodeType: The type of the node.
Valid values: DLNode: AI node(default). SearchNode: Search ai node.