Class: TencentCloud::Bda::V20200324::CreateGroupRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bda::V20200324::CreateGroupRequest
- Defined in:
- lib/v20200324/models.rb
Overview
CreateGroup请求参数结构体
Instance Attribute Summary collapse
-
#BodyModelVersion ⇒ Object
目前入参仅支持 “1.0”1个输入。 默认为“1.0”。 不同算法模型版本对应的人体识别算法不同,新版本的整体效果会优于旧版本,后续我们将推出更新版本。.
-
#GroupId ⇒ Object
目前入参仅支持 “1.0”1个输入。 默认为“1.0”。 不同算法模型版本对应的人体识别算法不同,新版本的整体效果会优于旧版本,后续我们将推出更新版本。.
-
#GroupName ⇒ Object
目前入参仅支持 “1.0”1个输入。 默认为“1.0”。 不同算法模型版本对应的人体识别算法不同,新版本的整体效果会优于旧版本,后续我们将推出更新版本。.
-
#Tag ⇒ Object
目前入参仅支持 “1.0”1个输入。 默认为“1.0”。 不同算法模型版本对应的人体识别算法不同,新版本的整体效果会优于旧版本,后续我们将推出更新版本。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(groupname = nil, groupid = nil, tag = nil, bodymodelversion = nil) ⇒ CreateGroupRequest
constructor
A new instance of CreateGroupRequest.
Constructor Details
#initialize(groupname = nil, groupid = nil, tag = nil, bodymodelversion = nil) ⇒ CreateGroupRequest
Returns a new instance of CreateGroupRequest.
332 333 334 335 336 337 |
# File 'lib/v20200324/models.rb', line 332 def initialize(groupname=nil, groupid=nil, tag=nil, bodymodelversion=nil) @GroupName = groupname @GroupId = groupid @Tag = tag @BodyModelVersion = bodymodelversion end |
Instance Attribute Details
#BodyModelVersion ⇒ Object
目前入参仅支持 “1.0”1个输入。 默认为“1.0”。不同算法模型版本对应的人体识别算法不同,新版本的整体效果会优于旧版本,后续我们将推出更新版本。
330 331 332 |
# File 'lib/v20200324/models.rb', line 330 def BodyModelVersion @BodyModelVersion end |
#GroupId ⇒ Object
目前入参仅支持 “1.0”1个输入。 默认为“1.0”。不同算法模型版本对应的人体识别算法不同,新版本的整体效果会优于旧版本,后续我们将推出更新版本。
330 331 332 |
# File 'lib/v20200324/models.rb', line 330 def GroupId @GroupId end |
#GroupName ⇒ Object
目前入参仅支持 “1.0”1个输入。 默认为“1.0”。不同算法模型版本对应的人体识别算法不同,新版本的整体效果会优于旧版本,后续我们将推出更新版本。
330 331 332 |
# File 'lib/v20200324/models.rb', line 330 def GroupName @GroupName end |
#Tag ⇒ Object
目前入参仅支持 “1.0”1个输入。 默认为“1.0”。不同算法模型版本对应的人体识别算法不同,新版本的整体效果会优于旧版本,后续我们将推出更新版本。
330 331 332 |
# File 'lib/v20200324/models.rb', line 330 def Tag @Tag end |
Instance Method Details
#deserialize(params) ⇒ Object
339 340 341 342 343 344 |
# File 'lib/v20200324/models.rb', line 339 def deserialize(params) @GroupName = params['GroupName'] @GroupId = params['GroupId'] @Tag = params['Tag'] @BodyModelVersion = params['BodyModelVersion'] end |