Class: Cohere::Transcribe::GGUF::Metadata

Inherits:
Data
  • Object
show all
Defined in:
lib/cohere/transcribe/gguf_writer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#element_typeObject (readonly)

Returns the value of attribute element_type

Returns:

  • (Object)

    the current value of element_type



43
44
45
# File 'lib/cohere/transcribe/gguf_writer.rb', line 43

def element_type
  @element_type
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



43
44
45
# File 'lib/cohere/transcribe/gguf_writer.rb', line 43

def type
  @type
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



43
44
45
# File 'lib/cohere/transcribe/gguf_writer.rb', line 43

def value
  @value
end