Class: RubyLLM::Voyage::FileDeletion
- Inherits:
-
Struct
- Object
- Struct
- RubyLLM::Voyage::FileDeletion
- Defined in:
- lib/ruby_llm/voyage/results.rb
Overview
Result of an all-or-nothing bulk file deletion.
Instance Attribute Summary collapse
-
#deleted ⇒ Object
Returns the value of attribute deleted.
-
#file_ids ⇒ Object
Returns the value of attribute file_ids.
-
#raw ⇒ Object
Returns the value of attribute raw.
Instance Attribute Details
#deleted ⇒ Object
Returns the value of attribute deleted
72 73 74 |
# File 'lib/ruby_llm/voyage/results.rb', line 72 def deleted @deleted end |
#file_ids ⇒ Object
Returns the value of attribute file_ids
72 73 74 |
# File 'lib/ruby_llm/voyage/results.rb', line 72 def file_ids @file_ids end |
#raw ⇒ Object
Returns the value of attribute raw
72 73 74 |
# File 'lib/ruby_llm/voyage/results.rb', line 72 def raw @raw end |