class TencentCloud::Lkeap::V20240522::RetrievalSetting

检索参数设置

def deserialize(params)

def deserialize(params)
  @Type = params['Type']
  @TopK = params['TopK']
  @ScoreThreshold = params['ScoreThreshold']
end

def initialize(type=nil, topk=nil, scorethreshold=nil)

def initialize(type=nil, topk=nil, scorethreshold=nil)
  @Type = type
  @TopK = topk
  @ScoreThreshold = scorethreshold
end