Skip to content

GroupProps

Properties for defining a Group.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-paiplugin-group

Initializer

using AlibabaCloud.SDK.ROS.CDK.Paiplugin;
new GroupProps {
    object Name,
    object Source,
    object Algorithm = null,
    object Column = null,
    object Filter = null,
    object InferenceJobId = null,
    object PhoneNumber = null,
    object Project = null,
    object Remark = null,
    object Table = null,
    object Text = null,
    object Uri = null
};

Properties

Name Type Description
Name object Property name: The name of the user group.
Source object Property source: Crowd source.
Algorithm object Property algorithm: Association algorithm.
Column object Property column: Mobile phone number column name.
Filter object Property filter: Filter condition.
InferenceJobId object Property inferenceJobId: Prediction task ID.This condition can be specified when Source is 4(Algorithm).
PhoneNumber object Property phoneNumber: Whether to include mobile phone numbers.
Project object Property project: MaxCompute (ODPS) project name.
Remark object Property remark: The notes of the user group.
Table object Property table: MaxCompute (ODPS) table name.
Text object Property text: The text of the phone number.
Uri object Property uri: File address.

NameRequired

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

Property name: The name of the user group.


SourceRequired

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

Property source: Crowd source.

Valid values: 0: Enter phone numbers. 1: Single-column CSV File (Phone Numbers). 2: Multi-column CSV File. 3: MaxCompute Table. 4: Algorithm.


AlgorithmOptional

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

Property algorithm: Association algorithm.

This must be specified when Source is 4(Algorithm).


ColumnOptional

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

Property column: Mobile phone number column name.

The Source is 2(Multi-column CSV File) or 3(MaxCompute Table) needs to be specified when it contains mobile phone numbers.


FilterOptional

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

Property filter: Filter condition.

This condition can be specified when Source is 3(MaxCompute Table).


InferenceJobIdOptional

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

Property inferenceJobId: Prediction task ID.This condition can be specified when Source is 4(Algorithm).


PhoneNumberOptional

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

Property phoneNumber: Whether to include mobile phone numbers.

People with mobile phone numbers can be used for reach plans.


ProjectOptional

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

Property project: MaxCompute (ODPS) project name.

This parameter must be specified when Source is 3(MaxCompute Table).


RemarkOptional

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

Property remark: The notes of the user group.


TableOptional

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

Property table: MaxCompute (ODPS) table name.

This parameter must be specified when Source is 3(MaxCompute Table).


TextOptional

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

Property text: The text of the phone number.

This must be specified when Source is 0(Enter phone numbers).


UriOptional

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

Property uri: File address.

It needs to be specified when Source is 1(Single-column CSV File) or 2(Multi-column CSV File).