Class: Cohere::Transcribe::ResolvedModelIdentity
- Inherits:
-
Data
- Object
- Data
- Cohere::Transcribe::ResolvedModelIdentity
- Defined in:
- lib/cohere/transcribe/model_identity.rb
Instance Attribute Summary collapse
-
#adapter_id ⇒ Object
readonly
Returns the value of attribute adapter_id.
-
#adapter_revision ⇒ Object
readonly
Returns the value of attribute adapter_revision.
-
#model_format ⇒ Object
readonly
Returns the value of attribute model_format.
-
#model_id ⇒ Object
readonly
Returns the value of attribute model_id.
-
#model_revision ⇒ Object
readonly
Returns the value of attribute model_revision.
-
#quantization_config ⇒ Object
readonly
Returns the value of attribute quantization_config.
Instance Attribute Details
#adapter_id ⇒ Object (readonly)
Returns the value of attribute adapter_id
8 9 10 |
# File 'lib/cohere/transcribe/model_identity.rb', line 8 def adapter_id @adapter_id end |
#adapter_revision ⇒ Object (readonly)
Returns the value of attribute adapter_revision
8 9 10 |
# File 'lib/cohere/transcribe/model_identity.rb', line 8 def adapter_revision @adapter_revision end |
#model_format ⇒ Object (readonly)
Returns the value of attribute model_format
8 9 10 |
# File 'lib/cohere/transcribe/model_identity.rb', line 8 def model_format @model_format end |
#model_id ⇒ Object (readonly)
Returns the value of attribute model_id
8 9 10 |
# File 'lib/cohere/transcribe/model_identity.rb', line 8 def model_id @model_id end |
#model_revision ⇒ Object (readonly)
Returns the value of attribute model_revision
8 9 10 |
# File 'lib/cohere/transcribe/model_identity.rb', line 8 def model_revision @model_revision end |
#quantization_config ⇒ Object (readonly)
Returns the value of attribute quantization_config
8 9 10 |
# File 'lib/cohere/transcribe/model_identity.rb', line 8 def quantization_config @quantization_config end |