class

OpenAI::UsageCodeInterpreterSessionsResult

Inherits JSON::Serializable < Reference < Object

The aggregated code interpreter sessions usage details of the specific time bucket.

Constructors

new(object : UsageCodeInterpreterSessionsResultObject = UsageCodeInterpreterSessionsResultObject::OrganizationUsageCodeInterpreterSessionsResult, num_sessions : Int64 | Nil = nil, project_id : UsageCodeInterpreterSessionsResultProjectId | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

num_sessions

The number of code interpreter sessions.

Source
num_sessions=(num_sessions : Int64 | Nil)

The number of code interpreter sessions.

Source
object
Source
object=(object : UsageCodeInterpreterSessionsResultObject)
Source
project_id
Source
project_id=(project_id : UsageCodeInterpreterSessionsResultProjectId | Nil)
Source