Class: TencentCloud::Tione::V20211111::InferCodeInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tione::V20211111::InferCodeInfo
- Defined in:
- lib/v20211111/models.rb
Overview
推理代码的信息
Instance Attribute Summary collapse
-
#CosPathInfo ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(cospathinfo = nil) ⇒ InferCodeInfo
constructor
A new instance of InferCodeInfo.
Constructor Details
#initialize(cospathinfo = nil) ⇒ InferCodeInfo
Returns a new instance of InferCodeInfo.
4830 4831 4832 |
# File 'lib/v20211111/models.rb', line 4830 def initialize(cospathinfo=nil) @CosPathInfo = cospathinfo end |
Instance Attribute Details
#CosPathInfo ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
4828 4829 4830 |
# File 'lib/v20211111/models.rb', line 4828 def CosPathInfo @CosPathInfo end |
Instance Method Details
#deserialize(params) ⇒ Object
4834 4835 4836 4837 4838 4839 |
# File 'lib/v20211111/models.rb', line 4834 def deserialize(params) unless params['CosPathInfo'].nil? @CosPathInfo = CosPathInfo.new @CosPathInfo.deserialize(params['CosPathInfo']) end end |