Class: RubyLLM::Voyage::FileDeletion

Inherits:
Struct
  • Object
show all
Defined in:
lib/ruby_llm/voyage/results.rb

Overview

Result of an all-or-nothing bulk file deletion.

Instance Attribute Summary collapse

Instance Attribute Details

#deletedObject

Returns the value of attribute deleted

Returns:

  • (Object)

    the current value of deleted



72
73
74
# File 'lib/ruby_llm/voyage/results.rb', line 72

def deleted
  @deleted
end

#file_idsObject

Returns the value of attribute file_ids

Returns:

  • (Object)

    the current value of file_ids



72
73
74
# File 'lib/ruby_llm/voyage/results.rb', line 72

def file_ids
  @file_ids
end

#rawObject

Returns the value of attribute raw

Returns:

  • (Object)

    the current value of raw



72
73
74
# File 'lib/ruby_llm/voyage/results.rb', line 72

def raw
  @raw
end