Class: LlmLogs::Batch::Adapters::Bedrock::Result
- Inherits:
-
Struct
- Object
- Struct
- LlmLogs::Batch::Adapters::Bedrock::Result
- Defined in:
- app/models/llm_logs/batch/adapters/bedrock.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#input_tokens ⇒ Object
Returns the value of attribute input_tokens.
-
#model_id ⇒ Object
Returns the value of attribute model_id.
-
#output_tokens ⇒ Object
Returns the value of attribute output_tokens.
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
14 15 16 |
# File 'app/models/llm_logs/batch/adapters/bedrock.rb', line 14 def content @content end |
#input_tokens ⇒ Object
Returns the value of attribute input_tokens
14 15 16 |
# File 'app/models/llm_logs/batch/adapters/bedrock.rb', line 14 def input_tokens @input_tokens end |
#model_id ⇒ Object
Returns the value of attribute model_id
14 15 16 |
# File 'app/models/llm_logs/batch/adapters/bedrock.rb', line 14 def model_id @model_id end |
#output_tokens ⇒ Object
Returns the value of attribute output_tokens
14 15 16 |
# File 'app/models/llm_logs/batch/adapters/bedrock.rb', line 14 def output_tokens @output_tokens end |