Skip to content

AITaskProps

Properties for defining a AITask.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-polardb-aitask

Initializer

using AlibabaCloud.SDK.ROS.CDK.Polardb;
new AITaskProps {
    object DbClusterId,
    object Password,
    object Username,
    object NodeType = null
};

Properties

Name Type Description
DbClusterId object Property dbClusterId: The ID of the DB cluster.
Password object Property password: The password of the database account that enables the PolarDB for AI function is required.
Username object Property username: The database account that enables the PolarDB for AI function is required.
NodeType object Property nodeType: The type of the node.

DbClusterIdRequired

public object DbClusterId { get; set; }
  • Type: object

Property dbClusterId: The ID of the DB cluster.


PasswordRequired

public object Password { get; set; }
  • Type: object

Property password: The password of the database account that enables the PolarDB for AI function is required.


UsernameRequired

public object Username { get; set; }
  • Type: object

Property username: The database account that enables the PolarDB for AI function is required.


NodeTypeOptional

public object NodeType { get; set; }
  • Type: object

Property nodeType: The type of the node.

Valid values: DLNode: AI node(default). SearchNode: Search ai node.