Class: Cohere::Transcribe::Alignment::ModelArtifact
- Inherits:
-
Data
- Object
- Data
- Cohere::Transcribe::Alignment::ModelArtifact
- Defined in:
- lib/cohere/transcribe/alignment/aligner.rb
Instance Attribute Summary collapse
-
#filename ⇒ Object
readonly
Returns the value of attribute filename.
-
#sha256 ⇒ Object
readonly
Returns the value of attribute sha256.
-
#size ⇒ Object
readonly
Returns the value of attribute size.
Instance Attribute Details
#filename ⇒ Object (readonly)
Returns the value of attribute filename
21 22 23 |
# File 'lib/cohere/transcribe/alignment/aligner.rb', line 21 def filename @filename end |
#sha256 ⇒ Object (readonly)
Returns the value of attribute sha256
21 22 23 |
# File 'lib/cohere/transcribe/alignment/aligner.rb', line 21 def sha256 @sha256 end |
#size ⇒ Object (readonly)
Returns the value of attribute size
21 22 23 |
# File 'lib/cohere/transcribe/alignment/aligner.rb', line 21 def size @size end |