Class: LiterLlm::RerankResponse
- Inherits:
-
Object
- Object
- LiterLlm::RerankResponse
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#id ⇒ String
readonly
Returns the value of attribute id.
-
#meta ⇒ json_value
readonly
Returns the value of attribute meta.
-
#results ⇒ Array[RerankResult]
readonly
Returns the value of attribute results.
Instance Method Summary collapse
-
#initialize ⇒ RerankResponse
constructor
A new instance of RerankResponse.
Constructor Details
#initialize ⇒ RerankResponse
Returns a new instance of RerankResponse.
426 |
# File 'sig/types.rbs', line 426
def initialize: (?id: String, results: Array[RerankResult], ?meta: json_value) -> void
|
Instance Attribute Details
#id ⇒ String (readonly)
Returns the value of attribute id.
422 423 424 |
# File 'sig/types.rbs', line 422 def id @id end |
#meta ⇒ json_value (readonly)
Returns the value of attribute meta.
424 425 426 |
# File 'sig/types.rbs', line 424 def @meta end |
#results ⇒ Array[RerankResult] (readonly)
Returns the value of attribute results.
423 424 425 |
# File 'sig/types.rbs', line 423 def results @results end |