Skip to content

GroupProps

Properties for defining a Group.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkpaiplugin"
&alicloudroscdkpaiplugin.GroupProps {
    Name: interface{},
    Source: interface{},
    Algorithm: interface{},
    Column: interface{},
    Filter: interface{},
    InferenceJobId: interface{},
    PhoneNumber: interface{},
    Project: interface{},
    Remark: interface{},
    Table: interface{},
    Text: interface{},
    Uri: interface{},
}

Properties

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

NameRequired

Name interface{}
  • Type: interface{}

Property name: The name of the user group.


SourceRequired

Source interface{}
  • Type: interface{}

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

Algorithm interface{}
  • Type: interface{}

Property algorithm: Association algorithm.

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


ColumnOptional

Column interface{}
  • Type: interface{}

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

Filter interface{}
  • Type: interface{}

Property filter: Filter condition.

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


InferenceJobIdOptional

InferenceJobId interface{}
  • Type: interface{}

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


PhoneNumberOptional

PhoneNumber interface{}
  • Type: interface{}

Property phoneNumber: Whether to include mobile phone numbers.

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


ProjectOptional

Project interface{}
  • Type: interface{}

Property project: MaxCompute (ODPS) project name.

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


RemarkOptional

Remark interface{}
  • Type: interface{}

Property remark: The notes of the user group.


TableOptional

Table interface{}
  • Type: interface{}

Property table: MaxCompute (ODPS) table name.

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


TextOptional

Text interface{}
  • Type: interface{}

Property text: The text of the phone number.

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


UriOptional

Uri interface{}
  • Type: interface{}

Property uri: File address.

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