Class: TencentCloud::Tione::V20211111::InferCodeInfo

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20211111/models.rb

Overview

推理代码的信息

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#CosPathInfoObject

注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • CosPathInfo:

    推理代码所在的cos详情



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