Class: Xberg::LlmRateLimitConfig
- Inherits:
-
Object
- Object
- Xberg::LlmRateLimitConfig
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#rpm ⇒ Integer?
readonly
Returns the value of attribute rpm.
-
#tpm ⇒ Integer?
readonly
Returns the value of attribute tpm.
-
#window_seconds ⇒ Integer?
readonly
Returns the value of attribute window_seconds.
Instance Method Summary collapse
-
#initialize ⇒ LlmRateLimitConfig
constructor
A new instance of LlmRateLimitConfig.
Constructor Details
#initialize ⇒ LlmRateLimitConfig
Returns a new instance of LlmRateLimitConfig.
1542 |
# File 'sig/types.rbs', line 1542
def initialize: (?rpm: Integer, ?tpm: Integer, ?window_seconds: Integer) -> void
|
Instance Attribute Details
#rpm ⇒ Integer? (readonly)
Returns the value of attribute rpm.
1538 1539 1540 |
# File 'sig/types.rbs', line 1538 def rpm @rpm end |
#tpm ⇒ Integer? (readonly)
Returns the value of attribute tpm.
1539 1540 1541 |
# File 'sig/types.rbs', line 1539 def tpm @tpm end |
#window_seconds ⇒ Integer? (readonly)
Returns the value of attribute window_seconds.
1540 1541 1542 |
# File 'sig/types.rbs', line 1540 def window_seconds @window_seconds end |