Class: TencentCloud::Tione::V20211111::ModelInputInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tione::V20211111::ModelInputInfo
- Defined in:
- lib/v20211111/models.rb
Overview
模型输入信息
Instance Attribute Summary collapse
-
#ModelInputDimension ⇒ Object
FIXED:固定 RANGE:浮动 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#ModelInputType ⇒ Object
FIXED:固定 RANGE:浮动 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(modelinputtype = nil, modelinputdimension = nil) ⇒ ModelInputInfo
constructor
A new instance of ModelInputInfo.
Constructor Details
#initialize(modelinputtype = nil, modelinputdimension = nil) ⇒ ModelInputInfo
Returns a new instance of ModelInputInfo.
5685 5686 5687 5688 |
# File 'lib/v20211111/models.rb', line 5685 def initialize(modelinputtype=nil, modelinputdimension=nil) @ModelInputType = modelinputtype @ModelInputDimension = modelinputdimension end |
Instance Attribute Details
#ModelInputDimension ⇒ Object
FIXED:固定 RANGE:浮动 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
5683 5684 5685 |
# File 'lib/v20211111/models.rb', line 5683 def ModelInputDimension @ModelInputDimension end |
#ModelInputType ⇒ Object
FIXED:固定 RANGE:浮动 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
5683 5684 5685 |
# File 'lib/v20211111/models.rb', line 5683 def ModelInputType @ModelInputType end |
Instance Method Details
#deserialize(params) ⇒ Object
5690 5691 5692 5693 |
# File 'lib/v20211111/models.rb', line 5690 def deserialize(params) @ModelInputType = params['ModelInputType'] @ModelInputDimension = params['ModelInputDimension'] end |