Class: Cohere::Transcribe::GGUF::Metadata
- Inherits:
-
Data
- Object
- Data
- Cohere::Transcribe::GGUF::Metadata
- Defined in:
- lib/cohere/transcribe/gguf_writer.rb
Instance Attribute Summary collapse
-
#element_type ⇒ Object
readonly
Returns the value of attribute element_type.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#element_type ⇒ Object (readonly)
Returns the value of attribute element_type
43 44 45 |
# File 'lib/cohere/transcribe/gguf_writer.rb', line 43 def element_type @element_type end |
#type ⇒ Object (readonly)
Returns the value of attribute type
43 44 45 |
# File 'lib/cohere/transcribe/gguf_writer.rb', line 43 def type @type end |
#value ⇒ Object (readonly)
Returns the value of attribute value
43 44 45 |
# File 'lib/cohere/transcribe/gguf_writer.rb', line 43 def value @value end |