Class: LiterLlm::IntentPrototype
- Inherits:
-
Object
- Object
- LiterLlm::IntentPrototype
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#embedding ⇒ Array[Float]
readonly
Returns the value of attribute embedding.
-
#model ⇒ String
readonly
Returns the value of attribute model.
-
#name ⇒ String
readonly
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize ⇒ IntentPrototype
constructor
A new instance of IntentPrototype.
Constructor Details
#initialize ⇒ IntentPrototype
Returns a new instance of IntentPrototype.
907 |
# File 'sig/types.rbs', line 907
def initialize: (name: String, embedding: Array[Float], model: String) -> void
|
Instance Attribute Details
#embedding ⇒ Array[Float] (readonly)
Returns the value of attribute embedding.
904 905 906 |
# File 'sig/types.rbs', line 904 def @embedding end |
#model ⇒ String (readonly)
Returns the value of attribute model.
905 906 907 |
# File 'sig/types.rbs', line 905 def model @model end |
#name ⇒ String (readonly)
Returns the value of attribute name.
903 904 905 |
# File 'sig/types.rbs', line 903 def name @name end |