Class: TencentCloud::Mps::V20190612::DiffusionEnhanceConfig
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::DiffusionEnhanceConfig
- Defined in:
- lib/v20190612/models.rb
Overview
大模型增强
Instance Attribute Summary collapse
-
#Switch ⇒ Object
weak normal strong 默认值:normal。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Type ⇒ Object
weak normal strong 默认值:normal。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(switch = nil, type = nil) ⇒ DiffusionEnhanceConfig
constructor
A new instance of DiffusionEnhanceConfig.
Constructor Details
#initialize(switch = nil, type = nil) ⇒ DiffusionEnhanceConfig
Returns a new instance of DiffusionEnhanceConfig.
15711 15712 15713 15714 |
# File 'lib/v20190612/models.rb', line 15711 def initialize(switch=nil, type=nil) @Switch = switch @Type = type end |
Instance Attribute Details
#Switch ⇒ Object
weak normal strong 默认值:normal。 注意:此字段可能返回 null,表示取不到有效值。
15709 15710 15711 |
# File 'lib/v20190612/models.rb', line 15709 def Switch @Switch end |
#Type ⇒ Object
weak normal strong 默认值:normal。 注意:此字段可能返回 null,表示取不到有效值。
15709 15710 15711 |
# File 'lib/v20190612/models.rb', line 15709 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
15716 15717 15718 15719 |
# File 'lib/v20190612/models.rb', line 15716 def deserialize(params) @Switch = params['Switch'] @Type = params['Type'] end |