Class: LiterLlm::WaitForBatchConfig
- Inherits:
-
Object
- Object
- LiterLlm::WaitForBatchConfig
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#backoff_multiplier ⇒ Float
readonly
Returns the value of attribute backoff_multiplier.
-
#initial_interval_secs ⇒ Float
readonly
Returns the value of attribute initial_interval_secs.
-
#max_interval_secs ⇒ Float
readonly
Returns the value of attribute max_interval_secs.
-
#timeout_secs ⇒ Float?
readonly
Returns the value of attribute timeout_secs.
Instance Method Summary collapse
-
#initialize ⇒ WaitForBatchConfig
constructor
A new instance of WaitForBatchConfig.
Constructor Details
#initialize ⇒ WaitForBatchConfig
Returns a new instance of WaitForBatchConfig.
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_multiplier ⇒ Float (readonly)
Returns the value of attribute backoff_multiplier.
758 759 760 |
# File 'sig/types.rbs', line 758 def backoff_multiplier @backoff_multiplier end |
#initial_interval_secs ⇒ Float (readonly)
Returns the value of attribute initial_interval_secs.
756 757 758 |
# File 'sig/types.rbs', line 756 def initial_interval_secs @initial_interval_secs end |
#max_interval_secs ⇒ Float (readonly)
Returns the value of attribute max_interval_secs.
757 758 759 |
# File 'sig/types.rbs', line 757 def max_interval_secs @max_interval_secs end |
#timeout_secs ⇒ Float? (readonly)
Returns the value of attribute timeout_secs.
759 760 761 |
# File 'sig/types.rbs', line 759 def timeout_secs @timeout_secs end |