Class: TencentCloud::Cii::V20210408::CreateAutoClassifyStructureTaskInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cii::V20210408::CreateAutoClassifyStructureTaskInfo
- Defined in:
- lib/v20210408/models.rb
Overview
创建自动分类的结构化任务子任务信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(filelist = nil, customerid = nil, customername = nil, imagelist = nil) ⇒ CreateAutoClassifyStructureTaskInfo
constructor
A new instance of CreateAutoClassifyStructureTaskInfo.
Constructor Details
#initialize(filelist = nil, customerid = nil, customername = nil, imagelist = nil) ⇒ CreateAutoClassifyStructureTaskInfo
Returns a new instance of CreateAutoClassifyStructureTaskInfo.
178 179 180 181 182 183 |
# File 'lib/v20210408/models.rb', line 178 def initialize(filelist=nil, customerid=nil, customername=nil, imagelist=nil) @FileList = filelist @CustomerId = customerid @CustomerName = customername @ImageList = imagelist end |
Instance Attribute Details
#CustomerId ⇒ Object
176 177 178 |
# File 'lib/v20210408/models.rb', line 176 def CustomerId @CustomerId end |
#CustomerName ⇒ Object
176 177 178 |
# File 'lib/v20210408/models.rb', line 176 def CustomerName @CustomerName end |
#FileList ⇒ Object
176 177 178 |
# File 'lib/v20210408/models.rb', line 176 def FileList @FileList end |
#ImageList ⇒ Object
176 177 178 |
# File 'lib/v20210408/models.rb', line 176 def ImageList @ImageList end |
Instance Method Details
#deserialize(params) ⇒ Object
185 186 187 188 189 190 |
# File 'lib/v20210408/models.rb', line 185 def deserialize(params) @FileList = params['FileList'] @CustomerId = params['CustomerId'] @CustomerName = params['CustomerName'] @ImageList = params['ImageList'] end |