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.
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_multiplier ⇒ Float (readonly)
Returns the value of attribute backoff_multiplier.
913 914 915 |
# File 'sig/types.rbs', line 913 def backoff_multiplier @backoff_multiplier end |
#initial_interval_secs ⇒ Float (readonly)
Returns the value of attribute initial_interval_secs.
911 912 913 |
# File 'sig/types.rbs', line 911 def initial_interval_secs @initial_interval_secs end |
#max_interval_secs ⇒ Float (readonly)
Returns the value of attribute max_interval_secs.
912 913 914 |
# File 'sig/types.rbs', line 912 def max_interval_secs @max_interval_secs end |
#timeout_secs ⇒ Float? (readonly)
Returns the value of attribute timeout_secs.
914 915 916 |
# File 'sig/types.rbs', line 914 def timeout_secs @timeout_secs end |