Class: Xberg::LateInteractionPreset
- Inherits:
-
Object
- Object
- Xberg::LateInteractionPreset
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#additional_files ⇒ Array[String]
readonly
Returns the value of attribute additional_files.
-
#description ⇒ String
readonly
Returns the value of attribute description.
-
#dim ⇒ Integer
readonly
Returns the value of attribute dim.
-
#max_length ⇒ Integer
readonly
Returns the value of attribute max_length.
-
#model_file ⇒ String
readonly
Returns the value of attribute model_file.
-
#model_repo ⇒ String
readonly
Returns the value of attribute model_repo.
-
#name ⇒ String
readonly
Returns the value of attribute name.
-
#query_max_length ⇒ Integer
readonly
Returns the value of attribute query_max_length.
Instance Method Summary collapse
-
#initialize ⇒ LateInteractionPreset
constructor
A new instance of LateInteractionPreset.
Constructor Details
#initialize ⇒ LateInteractionPreset
Returns a new instance of LateInteractionPreset.
1874 |
# File 'sig/types.rbs', line 1874
def initialize: (name: String, model_repo: String, model_file: String, additional_files: Array[String], max_length: Integer, query_max_length: Integer, dim: Integer, description: String) -> void
|
Instance Attribute Details
#additional_files ⇒ Array[String] (readonly)
Returns the value of attribute additional_files.
1868 1869 1870 |
# File 'sig/types.rbs', line 1868 def additional_files @additional_files end |
#description ⇒ String (readonly)
Returns the value of attribute description.
1872 1873 1874 |
# File 'sig/types.rbs', line 1872 def description @description end |
#dim ⇒ Integer (readonly)
Returns the value of attribute dim.
1871 1872 1873 |
# File 'sig/types.rbs', line 1871 def dim @dim end |
#max_length ⇒ Integer (readonly)
Returns the value of attribute max_length.
1869 1870 1871 |
# File 'sig/types.rbs', line 1869 def max_length @max_length end |
#model_file ⇒ String (readonly)
Returns the value of attribute model_file.
1867 1868 1869 |
# File 'sig/types.rbs', line 1867 def model_file @model_file end |
#model_repo ⇒ String (readonly)
Returns the value of attribute model_repo.
1866 1867 1868 |
# File 'sig/types.rbs', line 1866 def model_repo @model_repo end |
#name ⇒ String (readonly)
Returns the value of attribute name.
1865 1866 1867 |
# File 'sig/types.rbs', line 1865 def name @name end |
#query_max_length ⇒ Integer (readonly)
Returns the value of attribute query_max_length.
1870 1871 1872 |
# File 'sig/types.rbs', line 1870 def query_max_length @query_max_length end |