RosAITaskProps
Properties for defining a RosAITask.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-polardb-aitask
Initializer
using AlibabaCloud.SDK.ROS.CDK.Polardb;
new RosAITaskProps {
object DbClusterId,
object Password,
object Username,
object NodeType = null
};
Properties
| Name | Type | Description |
|---|---|---|
DbClusterId |
object |
No description. |
Password |
object |
No description. |
Username |
object |
No description. |
NodeType |
object |
No description. |
DbClusterIdRequired
public object DbClusterId { get; set; }
- Type: object
PasswordRequired
public object Password { get; set; }
- Type: object
UsernameRequired
public object Username { get; set; }
- Type: object
NodeTypeOptional
public object NodeType { get; set; }
- Type: object