Class: LiterLlm::InFlightLimitConfig

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeInFlightLimitConfig

Returns a new instance of InFlightLimitConfig.

Parameters:

  • max_in_flight: (Integer)


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

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)


889
890
891
# File 'sig/types.rbs', line 889

def max_in_flight
  @max_in_flight
end