Class: TencentCloud::Tdai::V20250717::Parameter
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdai::V20250717::Parameter
- Defined in:
- lib/v20250717/models.rb
Overview
智能体实例的参数值
Instance Attribute Summary collapse
-
#Key ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Value ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#ValueType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(key = nil, value = nil, valuetype = nil) ⇒ Parameter
constructor
A new instance of Parameter.
Constructor Details
#initialize(key = nil, value = nil, valuetype = nil) ⇒ Parameter
Returns a new instance of Parameter.
1079 1080 1081 1082 1083 |
# File 'lib/v20250717/models.rb', line 1079 def initialize(key=nil, value=nil, valuetype=nil) @Key = key @Value = value @ValueType = valuetype end |
Instance Attribute Details
#Key ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
1077 1078 1079 |
# File 'lib/v20250717/models.rb', line 1077 def Key @Key end |
#Value ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
1077 1078 1079 |
# File 'lib/v20250717/models.rb', line 1077 def Value @Value end |
#ValueType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
1077 1078 1079 |
# File 'lib/v20250717/models.rb', line 1077 def ValueType @ValueType end |
Instance Method Details
#deserialize(params) ⇒ Object
1085 1086 1087 1088 1089 |
# File 'lib/v20250717/models.rb', line 1085 def deserialize(params) @Key = params['Key'] @Value = params['Value'] @ValueType = params['ValueType'] end |