Skip to content

RosGroupProps

Properties for defining a RosGroup.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Paiplugin;
new RosGroupProps {
    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 No description.
Source object No description.
Algorithm object No description.
Column object No description.
Filter object No description.
InferenceJobId object No description.
PhoneNumber object No description.
Project object No description.
Remark object No description.
Table object No description.
Text object No description.
Uri object No description.

NameRequired

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

SourceRequired

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

AlgorithmOptional

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

ColumnOptional

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

FilterOptional

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

InferenceJobIdOptional

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

PhoneNumberOptional

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

ProjectOptional

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

RemarkOptional

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

TableOptional

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

TextOptional

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

UriOptional

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