Class: Raif::ModelManifest::Dsl::EmbeddingProviderDeclaration

Inherits:
Struct
  • Object
show all
Defined in:
lib/raif/model_manifest/dsl.rb

Instance Attribute Summary collapse

Instance Attribute Details

#adapter_class_nameObject

Returns the value of attribute adapter_class_name

Returns:

  • (Object)

    the current value of adapter_class_name



35
36
37
# File 'lib/raif/model_manifest/dsl.rb', line 35

def adapter_class_name
  @adapter_class_name
end

#modelsObject

Returns the value of attribute models

Returns:

  • (Object)

    the current value of models



35
36
37
# File 'lib/raif/model_manifest/dsl.rb', line 35

def models
  @models
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



35
36
37
# File 'lib/raif/model_manifest/dsl.rb', line 35

def name
  @name
end

#source_pathObject

Returns the value of attribute source_path

Returns:

  • (Object)

    the current value of source_path



35
36
37
# File 'lib/raif/model_manifest/dsl.rb', line 35

def source_path
  @source_path
end