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.
5589 5590 5591 5592 |
# File 'lib/v20211111/models.rb', line 5589 def initialize(modelinputtype=nil, modelinputdimension=nil) @ModelInputType = modelinputtype @ModelInputDimension = modelinputdimension end |
Instance Attribute Details
#ModelInputDimension ⇒ Object
FIXED:固定RANGE:浮动注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
5587 5588 5589 |
# File 'lib/v20211111/models.rb', line 5587 def ModelInputDimension @ModelInputDimension end |
#ModelInputType ⇒ Object
FIXED:固定RANGE:浮动注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
5587 5588 5589 |
# File 'lib/v20211111/models.rb', line 5587 def ModelInputType @ModelInputType end |
Instance Method Details
#deserialize(params) ⇒ Object
5594 5595 5596 5597 |
# File 'lib/v20211111/models.rb', line 5594 def deserialize(params) @ModelInputType = params['ModelInputType'] @ModelInputDimension = params['ModelInputDimension'] end |