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)


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

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)


913
914
915
# File 'sig/types.rbs', line 913

def backoff_multiplier
  @backoff_multiplier
end

#initial_interval_secsFloat (readonly)

Returns the value of attribute initial_interval_secs.

Returns:

  • (Float)


911
912
913
# File 'sig/types.rbs', line 911

def initial_interval_secs
  @initial_interval_secs
end

#max_interval_secsFloat (readonly)

Returns the value of attribute max_interval_secs.

Returns:

  • (Float)


912
913
914
# File 'sig/types.rbs', line 912

def max_interval_secs
  @max_interval_secs
end

#timeout_secsFloat? (readonly)

Returns the value of attribute timeout_secs.

Returns:

  • (Float, nil)


914
915
916
# File 'sig/types.rbs', line 914

def timeout_secs
  @timeout_secs
end