Class: Gliner::Inference::IOValidation
- Inherits:
-
Data
- Object
- Data
- Gliner::Inference::IOValidation
- Defined in:
- lib/gliner/inference.rb
Instance Attribute Summary collapse
-
#has_cls_logits ⇒ Object
readonly
Returns the value of attribute has_cls_logits.
-
#input_names ⇒ Object
readonly
Returns the value of attribute input_names.
-
#label_index_mode ⇒ Object
readonly
Returns the value of attribute label_index_mode.
-
#output_name ⇒ Object
readonly
Returns the value of attribute output_name.
Instance Attribute Details
#has_cls_logits ⇒ Object (readonly)
Returns the value of attribute has_cls_logits
25 26 27 |
# File 'lib/gliner/inference.rb', line 25 def has_cls_logits @has_cls_logits end |
#input_names ⇒ Object (readonly)
Returns the value of attribute input_names
25 26 27 |
# File 'lib/gliner/inference.rb', line 25 def input_names @input_names end |
#label_index_mode ⇒ Object (readonly)
Returns the value of attribute label_index_mode
25 26 27 |
# File 'lib/gliner/inference.rb', line 25 def label_index_mode @label_index_mode end |
#output_name ⇒ Object (readonly)
Returns the value of attribute output_name
25 26 27 |
# File 'lib/gliner/inference.rb', line 25 def output_name @output_name end |