Skip to content

RosGroupProps

Properties for defining a RosGroup.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkpaiplugin"
&alicloudroscdkpaiplugin.RosGroupProps {
    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{} No description.
Source interface{} No description.
Algorithm interface{} No description.
Column interface{} No description.
Filter interface{} No description.
InferenceJobId interface{} No description.
PhoneNumber interface{} No description.
Project interface{} No description.
Remark interface{} No description.
Table interface{} No description.
Text interface{} No description.
Uri interface{} No description.

NameRequired

Name interface{}
  • Type: interface{}

SourceRequired

Source interface{}
  • Type: interface{}

AlgorithmOptional

Algorithm interface{}
  • Type: interface{}

ColumnOptional

Column interface{}
  • Type: interface{}

FilterOptional

Filter interface{}
  • Type: interface{}

InferenceJobIdOptional

InferenceJobId interface{}
  • Type: interface{}

PhoneNumberOptional

PhoneNumber interface{}
  • Type: interface{}

ProjectOptional

Project interface{}
  • Type: interface{}

RemarkOptional

Remark interface{}
  • Type: interface{}

TableOptional

Table interface{}
  • Type: interface{}

TextOptional

Text interface{}
  • Type: interface{}

UriOptional

Uri interface{}
  • Type: interface{}