Class: OpenAI::Models::Responses::SessionLimits
- Inherits:
-
Object
- Object
- OpenAI::Models::Responses::SessionLimits
- Defined in:
- sig/openai/helpers/responses_websocket/session.rbs
Instance Attribute Summary collapse
-
#max_bytes ⇒ Integer
readonly
Returns the value of attribute max_bytes.
-
#max_bytes_per_lane ⇒ Integer
readonly
Returns the value of attribute max_bytes_per_lane.
-
#max_events ⇒ Integer
readonly
Returns the value of attribute max_events.
-
#max_events_per_lane ⇒ Integer
readonly
Returns the value of attribute max_events_per_lane.
-
#max_lanes ⇒ Integer
readonly
Returns the value of attribute max_lanes.
-
#max_response_bytes ⇒ Integer
readonly
Returns the value of attribute max_response_bytes.
Instance Method Summary collapse
- #initialize ⇒ Object constructor
Constructor Details
#initialize ⇒ Object
28 |
# File 'sig/openai/helpers/responses_websocket/session.rbs', line 28
def initialize: (
|
Instance Attribute Details
#max_bytes ⇒ Integer (readonly)
Returns the value of attribute max_bytes.
26 27 28 |
# File 'sig/openai/helpers/responses_websocket/session.rbs', line 26 def max_bytes @max_bytes end |
#max_bytes_per_lane ⇒ Integer (readonly)
Returns the value of attribute max_bytes_per_lane.
25 26 27 |
# File 'sig/openai/helpers/responses_websocket/session.rbs', line 25 def max_bytes_per_lane @max_bytes_per_lane end |
#max_events ⇒ Integer (readonly)
Returns the value of attribute max_events.
24 25 26 |
# File 'sig/openai/helpers/responses_websocket/session.rbs', line 24 def max_events @max_events end |
#max_events_per_lane ⇒ Integer (readonly)
Returns the value of attribute max_events_per_lane.
23 24 25 |
# File 'sig/openai/helpers/responses_websocket/session.rbs', line 23 def max_events_per_lane @max_events_per_lane end |
#max_lanes ⇒ Integer (readonly)
Returns the value of attribute max_lanes.
22 23 24 |
# File 'sig/openai/helpers/responses_websocket/session.rbs', line 22 def max_lanes @max_lanes end |
#max_response_bytes ⇒ Integer (readonly)
Returns the value of attribute max_response_bytes.
27 28 29 |
# File 'sig/openai/helpers/responses_websocket/session.rbs', line 27 def max_response_bytes @max_response_bytes end |