Class: Raif::ModelManifest::Dsl::EmbeddingProviderDeclaration
- Inherits:
-
Struct
- Object
- Struct
- Raif::ModelManifest::Dsl::EmbeddingProviderDeclaration
- Defined in:
- lib/raif/model_manifest/dsl.rb
Instance Attribute Summary collapse
-
#adapter_class_name ⇒ Object
Returns the value of attribute adapter_class_name.
-
#models ⇒ Object
Returns the value of attribute models.
-
#name ⇒ Object
Returns the value of attribute name.
-
#source_path ⇒ Object
Returns the value of attribute source_path.
Instance Attribute Details
#adapter_class_name ⇒ Object
Returns the value of attribute adapter_class_name
35 36 37 |
# File 'lib/raif/model_manifest/dsl.rb', line 35 def adapter_class_name @adapter_class_name end |
#models ⇒ Object
Returns the value of attribute models
35 36 37 |
# File 'lib/raif/model_manifest/dsl.rb', line 35 def models @models end |
#name ⇒ Object
Returns the value of attribute name
35 36 37 |
# File 'lib/raif/model_manifest/dsl.rb', line 35 def name @name end |
#source_path ⇒ Object
Returns the value of attribute source_path
35 36 37 |
# File 'lib/raif/model_manifest/dsl.rb', line 35 def source_path @source_path end |