class

OpenAI::UsageVectorStoresResult

Inherits JSON::Serializable < Reference < Object

The aggregated vector stores usage details of the specific time bucket.

Constructors

new(object : UsageVectorStoresResultObject = UsageVectorStoresResultObject::OrganizationUsageVectorStoresResult, usage_bytes : Int64 = 0, project_id : UsageVectorStoresResultProjectId | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

object
Source
object=(object : UsageVectorStoresResultObject)
Source
project_id
Source
project_id=(project_id : UsageVectorStoresResultProjectId | Nil)
Source
usage_bytes

The vector stores usage in bytes.

Source
usage_bytes=(usage_bytes : Int64)

The vector stores usage in bytes.

Source