Class: RubyLLM::Voyage::VoyageFile
- Inherits:
-
Struct
- Object
- Struct
- RubyLLM::Voyage::VoyageFile
- Defined in:
- lib/ruby_llm/voyage/results.rb
Overview
Metadata for a file managed by Voyage's Files API.
Instance Attribute Summary collapse
-
#bytes ⇒ Object
Returns the value of attribute bytes.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#expires_at ⇒ Object
Returns the value of attribute expires_at.
-
#filename ⇒ Object
Returns the value of attribute filename.
-
#id ⇒ Object
Returns the value of attribute id.
-
#object ⇒ Object
Returns the value of attribute object.
-
#purpose ⇒ Object
Returns the value of attribute purpose.
-
#raw ⇒ Object
Returns the value of attribute raw.
Instance Attribute Details
#bytes ⇒ Object
Returns the value of attribute bytes
56 57 58 |
# File 'lib/ruby_llm/voyage/results.rb', line 56 def bytes @bytes end |
#created_at ⇒ Object
Returns the value of attribute created_at
56 57 58 |
# File 'lib/ruby_llm/voyage/results.rb', line 56 def created_at @created_at end |
#expires_at ⇒ Object
Returns the value of attribute expires_at
56 57 58 |
# File 'lib/ruby_llm/voyage/results.rb', line 56 def expires_at @expires_at end |
#filename ⇒ Object
Returns the value of attribute filename
56 57 58 |
# File 'lib/ruby_llm/voyage/results.rb', line 56 def filename @filename end |
#id ⇒ Object
Returns the value of attribute id
56 57 58 |
# File 'lib/ruby_llm/voyage/results.rb', line 56 def id @id end |
#object ⇒ Object
Returns the value of attribute object
56 57 58 |
# File 'lib/ruby_llm/voyage/results.rb', line 56 def object @object end |
#purpose ⇒ Object
Returns the value of attribute purpose
56 57 58 |
# File 'lib/ruby_llm/voyage/results.rb', line 56 def purpose @purpose end |
#raw ⇒ Object
Returns the value of attribute raw
56 57 58 |
# File 'lib/ruby_llm/voyage/results.rb', line 56 def raw @raw end |