Class: CompletionKit::PromptfooImporter::Result
- Inherits:
-
Data
- Object
- Data
- CompletionKit::PromptfooImporter::Result
- Defined in:
- app/services/completion_kit/promptfoo_importer.rb
Instance Attribute Summary collapse
-
#dataset ⇒ Object
readonly
Returns the value of attribute dataset.
-
#error ⇒ Object
readonly
Returns the value of attribute error.
-
#metrics ⇒ Object
readonly
Returns the value of attribute metrics.
-
#ok ⇒ Object
readonly
Returns the value of attribute ok.
-
#prompts ⇒ Object
readonly
Returns the value of attribute prompts.
-
#providers ⇒ Object
readonly
Returns the value of attribute providers.
Instance Attribute Details
#dataset ⇒ Object (readonly)
Returns the value of attribute dataset
6 7 8 |
# File 'app/services/completion_kit/promptfoo_importer.rb', line 6 def dataset @dataset end |
#error ⇒ Object (readonly)
Returns the value of attribute error
6 7 8 |
# File 'app/services/completion_kit/promptfoo_importer.rb', line 6 def error @error end |
#metrics ⇒ Object (readonly)
Returns the value of attribute metrics
6 7 8 |
# File 'app/services/completion_kit/promptfoo_importer.rb', line 6 def metrics @metrics end |
#ok ⇒ Object (readonly)
Returns the value of attribute ok
6 7 8 |
# File 'app/services/completion_kit/promptfoo_importer.rb', line 6 def ok @ok end |
#prompts ⇒ Object (readonly)
Returns the value of attribute prompts
6 7 8 |
# File 'app/services/completion_kit/promptfoo_importer.rb', line 6 def prompts @prompts end |
#providers ⇒ Object (readonly)
Returns the value of attribute providers
6 7 8 |
# File 'app/services/completion_kit/promptfoo_importer.rb', line 6 def providers @providers end |