Class: LiterLlm::LlmInFlightLimitConfig
- Inherits:
-
Object
- Object
- LiterLlm::LlmInFlightLimitConfig
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#max_in_flight ⇒ Integer?
readonly
Returns the value of attribute max_in_flight.
Instance Method Summary collapse
-
#initialize ⇒ LlmInFlightLimitConfig
constructor
A new instance of LlmInFlightLimitConfig.
Constructor Details
#initialize ⇒ LlmInFlightLimitConfig
Returns a new instance of LlmInFlightLimitConfig.
733 |
# File 'sig/types.rbs', line 733
def initialize: (?max_in_flight: Integer) -> void
|
Instance Attribute Details
#max_in_flight ⇒ Integer? (readonly)
Returns the value of attribute max_in_flight.
731 732 733 |
# File 'sig/types.rbs', line 731 def max_in_flight @max_in_flight end |