Class: LiterLlm::WaitForBatchConfig

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeWaitForBatchConfig

Returns a new instance of WaitForBatchConfig.

Parameters:

  • initial_interval_secs: (Float)
  • max_interval_secs: (Float)
  • backoff_multiplier: (Float)
  • timeout_secs: (Float)


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

def initialize: (?initial_interval_secs: Float, ?max_interval_secs: Float, ?backoff_multiplier: Float, ?timeout_secs: Float) -> void

Instance Attribute Details

#backoff_multiplierFloat (readonly)

Returns the value of attribute backoff_multiplier.

Returns:

  • (Float)


758
759
760
# File 'sig/types.rbs', line 758

def backoff_multiplier
  @backoff_multiplier
end

#initial_interval_secsFloat (readonly)

Returns the value of attribute initial_interval_secs.

Returns:

  • (Float)


756
757
758
# File 'sig/types.rbs', line 756

def initial_interval_secs
  @initial_interval_secs
end

#max_interval_secsFloat (readonly)

Returns the value of attribute max_interval_secs.

Returns:

  • (Float)


757
758
759
# File 'sig/types.rbs', line 757

def max_interval_secs
  @max_interval_secs
end

#timeout_secsFloat? (readonly)

Returns the value of attribute timeout_secs.

Returns:

  • (Float, nil)


759
760
761
# File 'sig/types.rbs', line 759

def timeout_secs
  @timeout_secs
end