Class: LiterLlm::BatchRequestCounts
- Inherits:
-
Object
- Object
- LiterLlm::BatchRequestCounts
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#completed ⇒ Integer?
Returns the value of attribute completed.
-
#failed ⇒ Integer?
Returns the value of attribute failed.
-
#total ⇒ Integer?
Returns the value of attribute total.
Instance Method Summary collapse
-
#initialize ⇒ BatchRequestCounts
constructor
A new instance of BatchRequestCounts.
Constructor Details
#initialize ⇒ BatchRequestCounts
Returns a new instance of BatchRequestCounts.
599 |
# File 'sig/types.rbs', line 599
def initialize: (?total: Integer, ?completed: Integer, ?failed: Integer) -> void
|
Instance Attribute Details
#completed ⇒ Integer?
Returns the value of attribute completed.
596 597 598 |
# File 'sig/types.rbs', line 596 def completed @completed end |
#failed ⇒ Integer?
Returns the value of attribute failed.
597 598 599 |
# File 'sig/types.rbs', line 597 def failed @failed end |
#total ⇒ Integer?
Returns the value of attribute total.
595 596 597 |
# File 'sig/types.rbs', line 595 def total @total end |