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. |
Name
Required
Name interface{}
- Type: interface{}
Property name: The name of the user group.
Source
Required
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.
Algorithm
Optional
Algorithm interface{}
- Type: interface{}
Property algorithm: Association algorithm.
This must be specified when Source is 4(Algorithm).
Column
Optional
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.
Filter
Optional
Filter interface{}
- Type: interface{}
Property filter: Filter condition.
This condition can be specified when Source is 3(MaxCompute Table).
InferenceJobId
Optional
InferenceJobId interface{}
- Type: interface{}
Property inferenceJobId: Prediction task ID.This condition can be specified when Source is 4(Algorithm).
PhoneNumber
Optional
PhoneNumber interface{}
- Type: interface{}
Property phoneNumber: Whether to include mobile phone numbers.
People with mobile phone numbers can be used for reach plans.
Project
Optional
Project interface{}
- Type: interface{}
Property project: MaxCompute (ODPS) project name.
This parameter must be specified when Source is 3(MaxCompute Table).
Remark
Optional
Remark interface{}
- Type: interface{}
Property remark: The notes of the user group.
Table
Optional
Table interface{}
- Type: interface{}
Property table: MaxCompute (ODPS) table name.
This parameter must be specified when Source is 3(MaxCompute Table).
Text
Optional
Text interface{}
- Type: interface{}
Property text: The text of the phone number.
This must be specified when Source is 0(Enter phone numbers).
Uri
Optional
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).