Class: EmbeddingUtil::EmbeddingResult
- Inherits:
-
Data
- Object
- Data
- EmbeddingUtil::EmbeddingResult
- Defined in:
- lib/embedding_util/result.rb
Instance Attribute Summary collapse
-
#embedding ⇒ Object
readonly
Returns the value of attribute embedding.
-
#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.
Instance Attribute Details
#embedding ⇒ Object (readonly)
Returns the value of attribute embedding
4 5 6 |
# File 'lib/embedding_util/result.rb', line 4 def @embedding end |
#metadata ⇒ Object (readonly)
Returns the value of attribute metadata
4 5 6 |
# File 'lib/embedding_util/result.rb', line 4 def @metadata end |
#model ⇒ Object (readonly)
Returns the value of attribute model
4 5 6 |
# File 'lib/embedding_util/result.rb', line 4 def model @model end |
#profile ⇒ Object (readonly)
Returns the value of attribute profile
4 5 6 |
# File 'lib/embedding_util/result.rb', line 4 def profile @profile end |
#provider ⇒ Object (readonly)
Returns the value of attribute provider
4 5 6 |
# File 'lib/embedding_util/result.rb', line 4 def provider @provider end |