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.
440 |
# File 'sig/types.rbs', line 440
def initialize: (name: String, embedding: Array[Float], model: String) -> void
|
Instance Attribute Details
#embedding ⇒ Array[Float] (readonly)
Returns the value of attribute embedding.
437 438 439 |
# File 'sig/types.rbs', line 437 def @embedding end |
#model ⇒ String (readonly)
Returns the value of attribute model.
438 439 440 |
# File 'sig/types.rbs', line 438 def model @model end |
#name ⇒ String (readonly)
Returns the value of attribute name.
436 437 438 |
# File 'sig/types.rbs', line 436 def name @name end |