Class: EmbeddingUtil::RerankResult
- Inherits:
-
Data
- Object
- Data
- EmbeddingUtil::RerankResult
- Defined in:
- lib/embedding_util/result.rb
Instance Attribute Summary collapse
-
#metadata ⇒ Object
readonly
Returns the value of attribute metadata.
-
#model ⇒ Object
readonly
Returns the value of attribute model.
-
#profile ⇒ Object
readonly
Returns the value of attribute profile.
-
#provider ⇒ Object
readonly
Returns the value of attribute provider.
-
#results ⇒ Object
readonly
Returns the value of attribute results.
Instance Attribute Details
#metadata ⇒ Object (readonly)
Returns the value of attribute metadata
6 7 8 |
# File 'lib/embedding_util/result.rb', line 6 def @metadata end |
#model ⇒ Object (readonly)
Returns the value of attribute model
6 7 8 |
# File 'lib/embedding_util/result.rb', line 6 def model @model end |
#profile ⇒ Object (readonly)
Returns the value of attribute profile
6 7 8 |
# File 'lib/embedding_util/result.rb', line 6 def profile @profile end |
#provider ⇒ Object (readonly)
Returns the value of attribute provider
6 7 8 |
# File 'lib/embedding_util/result.rb', line 6 def provider @provider end |
#results ⇒ Object (readonly)
Returns the value of attribute results
6 7 8 |
# File 'lib/embedding_util/result.rb', line 6 def results @results end |