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. |
Name
Required
public object Name { get; set; }
- Type: object
Source
Required
public object Source { get; set; }
- Type: object
Algorithm
Optional
public object Algorithm { get; set; }
- Type: object
Column
Optional
public object Column { get; set; }
- Type: object
Filter
Optional
public object Filter { get; set; }
- Type: object
InferenceJobId
Optional
public object InferenceJobId { get; set; }
- Type: object
PhoneNumber
Optional
public object PhoneNumber { get; set; }
- Type: object
Project
Optional
public object Project { get; set; }
- Type: object
Remark
Optional
public object Remark { get; set; }
- Type: object
Table
Optional
public object Table { get; set; }
- Type: object
Text
Optional
public object Text { get; set; }
- Type: object
Uri
Optional
public object Uri { get; set; }
- Type: object