Class: OpenAI::Models::Responses::SessionLimits

Inherits:
Object
  • Object
show all
Defined in:
sig/openai/helpers/responses_websocket/session.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeObject



28
# File 'sig/openai/helpers/responses_websocket/session.rbs', line 28

def initialize: (

Instance Attribute Details

#max_bytesInteger (readonly)

Returns the value of attribute max_bytes.

Returns:

  • (Integer)


26
27
28
# File 'sig/openai/helpers/responses_websocket/session.rbs', line 26

def max_bytes
  @max_bytes
end

#max_bytes_per_laneInteger (readonly)

Returns the value of attribute max_bytes_per_lane.

Returns:

  • (Integer)


25
26
27
# File 'sig/openai/helpers/responses_websocket/session.rbs', line 25

def max_bytes_per_lane
  @max_bytes_per_lane
end

#max_eventsInteger (readonly)

Returns the value of attribute max_events.

Returns:

  • (Integer)


24
25
26
# File 'sig/openai/helpers/responses_websocket/session.rbs', line 24

def max_events
  @max_events
end

#max_events_per_laneInteger (readonly)

Returns the value of attribute max_events_per_lane.

Returns:

  • (Integer)


23
24
25
# File 'sig/openai/helpers/responses_websocket/session.rbs', line 23

def max_events_per_lane
  @max_events_per_lane
end

#max_lanesInteger (readonly)

Returns the value of attribute max_lanes.

Returns:

  • (Integer)


22
23
24
# File 'sig/openai/helpers/responses_websocket/session.rbs', line 22

def max_lanes
  @max_lanes
end

#max_response_bytesInteger (readonly)

Returns the value of attribute max_response_bytes.

Returns:

  • (Integer)


27
28
29
# File 'sig/openai/helpers/responses_websocket/session.rbs', line 27

def max_response_bytes
  @max_response_bytes
end