Class: TencentCloud::Afc::V20200226::OtherModelScores
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Afc::V20200226::OtherModelScores
- Defined in:
- lib/v20200226/models.rb
Overview
扩展字段,包含多个模型的结果
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(modelid = nil, modelscore = nil) ⇒ OtherModelScores
constructor
A new instance of OtherModelScores.
Constructor Details
#initialize(modelid = nil, modelscore = nil) ⇒ OtherModelScores
Returns a new instance of OtherModelScores.
347 348 349 350 |
# File 'lib/v20200226/models.rb', line 347 def initialize(modelid=nil, modelscore=nil) @ModelId = modelid @ModelScore = modelscore end |
Instance Attribute Details
#ModelId ⇒ Object
345 346 347 |
# File 'lib/v20200226/models.rb', line 345 def ModelId @ModelId end |
#ModelScore ⇒ Object
345 346 347 |
# File 'lib/v20200226/models.rb', line 345 def ModelScore @ModelScore end |
Instance Method Details
#deserialize(params) ⇒ Object
352 353 354 355 |
# File 'lib/v20200226/models.rb', line 352 def deserialize(params) @ModelId = params['ModelId'] @ModelScore = params['ModelScore'] end |