Class: LiterLlm::LlmInFlightLimitConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeLlmInFlightLimitConfig

Returns a new instance of LlmInFlightLimitConfig.

Parameters:

  • max_in_flight: (Integer)


733
# File 'sig/types.rbs', line 733

def initialize: (?max_in_flight: Integer) -> void

Instance Attribute Details

#max_in_flightInteger? (readonly)

Returns the value of attribute max_in_flight.

Returns:

  • (Integer, nil)


731
732
733
# File 'sig/types.rbs', line 731

def max_in_flight
  @max_in_flight
end