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. |
DbClusterId
Required
public object DbClusterId { get; set; }
- Type: object
Password
Required
public object Password { get; set; }
- Type: object
Username
Required
public object Username { get; set; }
- Type: object
NodeType
Optional
public object NodeType { get; set; }
- Type: object