Class: Cohere::Transcribe::ResolvedModelIdentity

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

Instance Attribute Summary collapse

Instance Attribute Details

#adapter_idObject (readonly)

Returns the value of attribute adapter_id

Returns:

  • (Object)

    the current value of adapter_id



8
9
10
# File 'lib/cohere/transcribe/model_identity.rb', line 8

def adapter_id
  @adapter_id
end

#adapter_revisionObject (readonly)

Returns the value of attribute adapter_revision

Returns:

  • (Object)

    the current value of adapter_revision



8
9
10
# File 'lib/cohere/transcribe/model_identity.rb', line 8

def adapter_revision
  @adapter_revision
end

#model_formatObject (readonly)

Returns the value of attribute model_format

Returns:

  • (Object)

    the current value of model_format



8
9
10
# File 'lib/cohere/transcribe/model_identity.rb', line 8

def model_format
  @model_format
end

#model_idObject (readonly)

Returns the value of attribute model_id

Returns:

  • (Object)

    the current value of model_id



8
9
10
# File 'lib/cohere/transcribe/model_identity.rb', line 8

def model_id
  @model_id
end

#model_revisionObject (readonly)

Returns the value of attribute model_revision

Returns:

  • (Object)

    the current value of model_revision



8
9
10
# File 'lib/cohere/transcribe/model_identity.rb', line 8

def model_revision
  @model_revision
end

#quantization_configObject (readonly)

Returns the value of attribute quantization_config

Returns:

  • (Object)

    the current value of quantization_config



8
9
10
# File 'lib/cohere/transcribe/model_identity.rb', line 8

def quantization_config
  @quantization_config
end