Class: Raif::ModelManifest::Dsl::EmbeddingModelDeclaration
- Inherits:
-
Struct
- Object
- Struct
- Raif::ModelManifest::Dsl::EmbeddingModelDeclaration
- Defined in:
- lib/raif/model_manifest/dsl.rb
Instance Attribute Summary collapse
-
#api_name ⇒ Object
Returns the value of attribute api_name.
-
#default_output_vector_size ⇒ Object
Returns the value of attribute default_output_vector_size.
-
#display_name ⇒ Object
Returns the value of attribute display_name.
-
#input_per_million ⇒ Object
Returns the value of attribute input_per_million.
-
#key ⇒ Object
Returns the value of attribute key.
-
#lifecycle ⇒ Object
Returns the value of attribute lifecycle.
-
#source_path ⇒ Object
Returns the value of attribute source_path.
Instance Attribute Details
#api_name ⇒ Object
Returns the value of attribute api_name
37 38 39 |
# File 'lib/raif/model_manifest/dsl.rb', line 37 def api_name @api_name end |
#default_output_vector_size ⇒ Object
Returns the value of attribute default_output_vector_size
37 38 39 |
# File 'lib/raif/model_manifest/dsl.rb', line 37 def default_output_vector_size @default_output_vector_size end |
#display_name ⇒ Object
Returns the value of attribute display_name
37 38 39 |
# File 'lib/raif/model_manifest/dsl.rb', line 37 def display_name @display_name end |
#input_per_million ⇒ Object
Returns the value of attribute input_per_million
37 38 39 |
# File 'lib/raif/model_manifest/dsl.rb', line 37 def input_per_million @input_per_million end |
#key ⇒ Object
Returns the value of attribute key
37 38 39 |
# File 'lib/raif/model_manifest/dsl.rb', line 37 def key @key end |
#lifecycle ⇒ Object
Returns the value of attribute lifecycle
37 38 39 |
# File 'lib/raif/model_manifest/dsl.rb', line 37 def lifecycle @lifecycle end |
#source_path ⇒ Object
Returns the value of attribute source_path
37 38 39 |
# File 'lib/raif/model_manifest/dsl.rb', line 37 def source_path @source_path end |